Commit 58985e6b authored by Andray's avatar Andray

fix lint 2

parent ab1e0fa9
...@@ -115,7 +115,7 @@ ...@@ -115,7 +115,7 @@
evt.preventDefault(); evt.preventDefault();
} }
evt.stopPropagation(); evt.stopPropagation();
let delta = 0; let delta = 0;
if (eventType.startsWith('mouse')) { if (eventType.startsWith('mouse')) {
delta = R.screenX - evt.screenX; delta = R.screenX - evt.screenX;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment