Permalink
Browse files
Disable tracking if scrolling
- Loading branch information...
Showing
with
2 additions
and 0 deletions.
-
+2
−0
src/standard/gestures.html
|
|
@@ -220,6 +220,8 @@ |
|
|
}
|
|
|
if (prevent) {
|
|
|
ev.preventDefault();
|
|
|
+ } else {
|
|
|
+ Gestures.prevent('track');
|
|
|
}
|
|
|
}
|
|
|
},
|
|
|
|
0 comments on commit
ee5177d