mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2026-02-05 15:22:13 -08:00
fix calling extraNetworksSetup twise
this also has the added effect of moving the controls the right side as it was previously blocked by a invisible duplicate element
This commit is contained in:
parent
72632242f7
commit
e3b72bdb71
2 changed files with 3 additions and 4 deletions
|
|
@ -1450,7 +1450,7 @@ def create_ui(interface: gr.Blocks, unrelated_tabs, tabname):
|
|||
_js="setupAllResizeHandles",
|
||||
).then(
|
||||
fn=lambda: None,
|
||||
_js="extraNetworksSetup",
|
||||
_js="function(){extraNetworksSetup('" + tabname + "')}",
|
||||
)
|
||||
|
||||
return ui
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue