mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2024-12-29 19:05:05 +08:00
fix broken generate button if not using live previews
This commit is contained in:
parent
9e4019c5ff
commit
9158d0fd12
@ -86,7 +86,7 @@ function requestProgress(id_task, progressbarContainer, gallery, atEnd, onProgre
|
|||||||
|
|
||||||
setTitle("");
|
setTitle("");
|
||||||
parentProgressbar.removeChild(divProgress);
|
parentProgressbar.removeChild(divProgress);
|
||||||
if (gallery) gallery.removeChild(livePreview);
|
if (gallery && livePreview) gallery.removeChild(livePreview);
|
||||||
atEnd();
|
atEnd();
|
||||||
|
|
||||||
divProgress = null;
|
divProgress = null;
|
||||||
|
Loading…
Reference in New Issue
Block a user