fix(menu): clicking the backdrop/content closes the menu

This commit is contained in:
Manu Mtz.-Almeida
2016-11-29 12:45:00 +01:00
parent bc1d7ad093
commit eafd13f53e
2 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@ export class SwipeBackGesture extends SlideEdgeGesture {
direction: 'x',
maxEdgeStart: 75,
zone: false,
threshold: 0,
threshold: 5,
debouncer: new NativeRafDebouncer(),
gesture: gestureCtlr.createGesture({
name: GESTURE_GO_BACK_SWIPE,