mirror of
https://github.com/vladmandic/automatic
synced 2026-09-20 01:31:13 +02:00
update setup to deal with extensions preload
This commit is contained in:
Vendored
+1
@@ -61,6 +61,7 @@ window.document.addEventListener('dragover', e => {
|
||||
|
||||
window.document.addEventListener('drop', e => {
|
||||
const target = e.composedPath()[0];
|
||||
if (!target.placeholder) return;
|
||||
if (target.placeholder.indexOf("Prompt") == -1) {
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user