mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-08-04 03:10:21 +00:00
fix lint 2
This commit is contained in:
@@ -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;
|
||||||
|
Reference in New Issue
Block a user