mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +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