mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-23 05:58:26 +08:00
fix(item): disable scroll while sliding item
This commit is contained in:
@ -26,7 +26,7 @@ export class ItemSlidingGesture extends PanGesture {
|
||||
gesture: gestureCtrl.createGesture({
|
||||
name: GESTURE_ITEM_SWIPE,
|
||||
priority: GesturePriority.SlidingItem,
|
||||
disableScroll: false // TODO: set true
|
||||
disableScroll: true
|
||||
})
|
||||
});
|
||||
}
|
||||
|
Reference in New Issue
Block a user