mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 19:21:34 +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) {
|
||||
super(listEle, {
|
||||
direction: 'x',
|
||||
threshold: 40,
|
||||
threshold: list.width()
|
||||
threshold: 40
|
||||
});
|
||||
|
||||
this.data = {};
|
||||
|
Reference in New Issue
Block a user