Skip to content
Browse files

Disable tracking if scrolling

  • Loading branch information...
1 parent 58ed948 commit ee5177d91f57a0f6a41ce842662f99670b86b75d @azakus azakus committed
Showing with 2 additions and 0 deletions.
  1. +2 −0 src/standard/gestures.html
View
2 src/standard/gestures.html
@@ -220,6 +220,8 @@
}
if (prevent) {
ev.preventDefault();
+ } else {
+ Gestures.prevent('track');
}
}
},

0 comments on commit ee5177d

Please sign in to comment.
Something went wrong with that request. Please try again.