mirror of
https://github.com/anapnoe/stable-diffusion-webui-ux.git
synced 2026-09-06 21:20:47 +02:00
fix the drop2view I had it disabled
This commit is contained in:
+1
-1
@@ -1100,7 +1100,7 @@ onUiUpdate(function(){
|
||||
const fileInput = gradioApp().querySelector('#pnginfo_image input[type="file"]');
|
||||
if(fileInput.files != files){
|
||||
fileInput.files = files;
|
||||
//fileInput.dispatchEvent(new Event('change'));
|
||||
fileInput.dispatchEvent(new Event('change'));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user