mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2026-01-09 18:51:17 -08:00
fix: lightboxModal, selectedTab
This commit is contained in:
parent
955df7751e
commit
9ecf347133
2 changed files with 2 additions and 2 deletions
|
|
@ -251,7 +251,7 @@ document.addEventListener("DOMContentLoaded", function() {
|
|||
|
||||
modal.appendChild(modalNext)
|
||||
|
||||
gradioApp().appendChild(modal)
|
||||
gradioApp().body.appendChild(modal)
|
||||
|
||||
|
||||
document.body.appendChild(modal);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue