Skip to content

Commit

Permalink
Disable tracking if scrolling
Browse files Browse the repository at this point in the history
  • Loading branch information
dfreedm committed Jul 22, 2015
1 parent 58ed948 commit ee5177d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/standard/gestures.html
Expand Up @@ -220,6 +220,8 @@
}
if (prevent) {
ev.preventDefault();
} else {
Gestures.prevent('track');
}
}
},
Expand Down

0 comments on commit ee5177d

Please sign in to comment.