fix bug caused by refresh not being called properly

This commit is contained in:
Sj-Si 2024-04-15 12:37:04 -04:00
parent 8ca069e7dd
commit 634f7bc920
6 changed files with 13 additions and 0 deletions

View file

@ -337,6 +337,8 @@ class ExtraNetworksTab {
}
async onFetchCardsData(div_ids) {
await this.waitForServerPageReady();
return JSON.parse(
await requestGetPromise(
"./sd_extra_networks/fetch-cards-data",
@ -349,6 +351,8 @@ class ExtraNetworksTab {
}
async onFetchTreeData(div_ids) {
await this.waitForServerPageReady();
return JSON.parse(
await requestGetPromise(
"./sd_extra_networks/fetch-tree-data",