Update extraNetworks.js

This commit is contained in:
Kohaku-Blueleaf 2024-02-16 16:43:43 +08:00
parent b7f45e67dc
commit 23f03d4796

View File

@ -625,7 +625,7 @@ function scheduleAfterScriptsCallbacks() {
document.addEventListener("DOMContentLoaded", function() { document.addEventListener("DOMContentLoaded", function() {
var mutationObserver = new MutationObserver(function(m) { var mutationObserver = new MutationObserver(function(m) {
if (!executedAfterScripts && if (!executedAfterScripts &&
gradioApp().querySelectorAll("[id$='_extra_search']").length == 8) { gradioApp().querySelectorAll("[id$='_extra_search']").length >= 6) {
executedAfterScripts = true; executedAfterScripts = true;
scheduleAfterScriptsCallbacks(); scheduleAfterScriptsCallbacks();
} }