Skip to content

Commit

Permalink
fix lint 2
Browse files Browse the repository at this point in the history
  • Loading branch information
light-and-ray committed Feb 22, 2024
1 parent ab1e0fa commit 58985e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion javascript/resizeHandle.js
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@
evt.preventDefault();
}
evt.stopPropagation();

let delta = 0;
if (eventType.startsWith('mouse')) {
delta = R.screenX - evt.screenX;
Expand Down

0 comments on commit 58985e6

Please sign in to comment.