mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 19:57:22 +08:00
make it work with latest angular
This commit is contained in:
@ -89,7 +89,7 @@ class AsideSlideGesture extends SlideEdgeGesture {
|
||||
super(slideElement, {
|
||||
direction: (aside.side === 'left' || aside.side === 'right') ? 'x' : 'y',
|
||||
edge: aside.side || 'left',
|
||||
threshold: aside.dragThreshold || 100
|
||||
threshold: /*aside.dragThreshold || */150
|
||||
});
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user