mirror of
https://github.com/anapnoe/stable-diffusion-webui-ux.git
synced 2026-09-19 01:05:13 +02:00
Merge branch 'dev' of https://github.com/anapnoe/stable-diffusion-webui-ux into dev
This commit is contained in:
Vendored
+1
@@ -80,6 +80,7 @@ window.document.addEventListener("drop", (e) => {
|
||||
e.preventDefault();
|
||||
const files = e.dataTransfer.files;
|
||||
dropReplaceImage(imgWrap, files);
|
||||
|
||||
});
|
||||
|
||||
window.addEventListener("paste", (e) => {
|
||||
|
||||
Reference in New Issue
Block a user