mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2026-03-26 08:00:46 -07:00
addEventListener {passive: false} (#16575)
This commit is contained in:
parent
f31faf6f14
commit
59481435f4
3 changed files with 3 additions and 3 deletions
|
|
@ -104,7 +104,7 @@ var contextMenuInit = function() {
|
|||
e.preventDefault();
|
||||
}
|
||||
});
|
||||
});
|
||||
}, {passive: false});
|
||||
});
|
||||
eventListenerApplied = true;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue