mirror of
https://github.com/anapnoe/stable-diffusion-webui-ux.git
synced 2026-09-06 05:00:47 +02:00
fixed Gradio 3.23.0 dropdown component cutoff #90
This commit is contained in:
+1
-1
@@ -672,7 +672,7 @@ onUiUpdate(function(){
|
||||
//maybe here we need to setInterval until the content is available
|
||||
setTimeout(function(){
|
||||
accordion_content = accordion_btn.parentElement;
|
||||
console.log(accordion_content);
|
||||
//console.log(accordion_content);
|
||||
attachAccordionListeners(accordion_content);
|
||||
},1000)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user