fix lint 2

This commit is contained in:
Andray 2024-02-22 17:22:00 +04:00
parent ab1e0fa9bf
commit 58985e6b37
1 changed files with 1 additions and 1 deletions

View File

@ -115,7 +115,7 @@
evt.preventDefault();
}
evt.stopPropagation();
let delta = 0;
if (eventType.startsWith('mouse')) {
delta = R.screenX - evt.screenX;