mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-23 05:58:26 +08:00
fix(menu): clicking the backdrop/content closes the menu
This commit is contained in:
@ -19,7 +19,7 @@ export class MenuContentGesture extends SlideEdgeGesture {
|
||||
super(contentEle, assign({
|
||||
direction: 'x',
|
||||
edge: menu.side,
|
||||
threshold: 0,
|
||||
threshold: 5,
|
||||
maxEdgeStart: menu.maxEdgeStart || 50,
|
||||
zone: false,
|
||||
passive: true,
|
||||
|
Reference in New Issue
Block a user