Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
vojtesaak committed Jul 10, 2018
1 parent 0ca4fca commit 3857f55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/handlers/touch.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ export default function(i) {
if (!shouldHandle(e)) {
return;
}

console.log(`test`);
if (!i.settings.swipePropagation) {
e.stopPropagation();
}
Expand Down

0 comments on commit 3857f55

Please sign in to comment.