mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2024-06-07 21:20:49 +00:00
Update extraNetworks.js
This commit is contained in:
parent
b7f45e67dc
commit
23f03d4796
@ -625,7 +625,7 @@ function scheduleAfterScriptsCallbacks() {
|
||||
document.addEventListener("DOMContentLoaded", function() {
|
||||
var mutationObserver = new MutationObserver(function(m) {
|
||||
if (!executedAfterScripts &&
|
||||
gradioApp().querySelectorAll("[id$='_extra_search']").length == 8) {
|
||||
gradioApp().querySelectorAll("[id$='_extra_search']").length >= 6) {
|
||||
executedAfterScripts = true;
|
||||
scheduleAfterScriptsCallbacks();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user