mirror of
https://github.com/anapnoe/stable-diffusion-webui-ux.git
synced 2026-09-18 16:55:15 +02:00
fix issue with extranetworks
This commit is contained in:
@@ -26,6 +26,13 @@ function setupExtraNetworksForTab(tabname) {
|
||||
search.value = "";
|
||||
updateInput(search);
|
||||
});
|
||||
|
||||
setTimeout(function () {
|
||||
refresh.click();
|
||||
}, 500);
|
||||
|
||||
|
||||
setTimeout(extraNetworksApplyFilter[tabname], 1);
|
||||
|
||||
search.addEventListener("input", function (evt) {
|
||||
searchTerm = search.value.toLowerCase();
|
||||
|
||||
Reference in New Issue
Block a user