mirror of
https://github.com/DominikDoom/a1111-sd-webui-tagcomplete.git
synced 2026-03-06 13:50:29 +00:00
Fix for gradioApp()
This commit is contained in:
@@ -899,7 +899,7 @@ async function setup() {
|
||||
} else {
|
||||
acStyle.appendChild(document.createTextNode(css));
|
||||
}
|
||||
gradioApp().getRootNode().body.appendChild(acStyle);
|
||||
gradioApp().appendChild(acStyle);
|
||||
|
||||
// Callback
|
||||
await processQueue(QUEUE_AFTER_SETUP, null);
|
||||
|
||||
Reference in New Issue
Block a user