mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
committed by
Manu MA
parent
f9483a0c13
commit
f05c59979f
@@ -178,7 +178,7 @@ export class Menu implements ComponentInterface, MenuI {
|
||||
el: this.doc,
|
||||
queue: this.queue,
|
||||
gestureName: 'menu-swipe',
|
||||
gesturePriority: 40,
|
||||
gesturePriority: 30,
|
||||
threshold: 10,
|
||||
canStart: ev => this.canStart(ev),
|
||||
onWillStart: () => this.onWillStart(),
|
||||
|
||||
@@ -46,7 +46,7 @@ export function createSwipeBackGesture(
|
||||
el,
|
||||
queue,
|
||||
gestureName: 'goback-swipe',
|
||||
gesturePriority: 30,
|
||||
gesturePriority: 40,
|
||||
threshold: 10,
|
||||
canStart,
|
||||
onStart: onStartHandler,
|
||||
|
||||
Reference in New Issue
Block a user