mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 03:32:21 +08:00
fix(slidingGesture): remove dup config
This commit is contained in:
@ -9,8 +9,7 @@ export class ItemSlidingGesture extends DragGesture {
|
|||||||
constructor(list: List, listEle) {
|
constructor(list: List, listEle) {
|
||||||
super(listEle, {
|
super(listEle, {
|
||||||
direction: 'x',
|
direction: 'x',
|
||||||
threshold: 40,
|
threshold: 40
|
||||||
threshold: list.width()
|
|
||||||
});
|
});
|
||||||
|
|
||||||
this.data = {};
|
this.data = {};
|
||||||
|
Reference in New Issue
Block a user