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 291bbca commit 50686dc
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions dist/perfect-scrollbar.common.js
Original file line number Diff line number Diff line change
Expand Up @@ -953,6 +953,7 @@ var touch = function(i) {
}

function touchStart(e) {
console.log("test", e);
if (!shouldHandle(e)) {
return;
}
Expand Down
1 change: 1 addition & 0 deletions dist/perfect-scrollbar.esm.js
Original file line number Diff line number Diff line change
Expand Up @@ -951,6 +951,7 @@ var touch = function(i) {
}

function touchStart(e) {
console.log("test", e);
if (!shouldHandle(e)) {
return;
}
Expand Down
1 change: 1 addition & 0 deletions dist/perfect-scrollbar.js
Original file line number Diff line number Diff line change
Expand Up @@ -957,6 +957,7 @@ var touch = function(i) {
}

function touchStart(e) {
console.log("test", e);
if (!shouldHandle(e)) {
return;
}
Expand Down
2 changes: 1 addition & 1 deletion dist/perfect-scrollbar.min.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions src/handlers/touch.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ export default function(i) {
}

function touchStart(e) {
console.log(`test`, e);
if (!shouldHandle(e)) {
return;
}
Expand Down

0 comments on commit 50686dc

Please sign in to comment.