mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2026-02-01 05:11:19 -08:00
fix bug caused by refresh not being called properly
This commit is contained in:
parent
8ca069e7dd
commit
634f7bc920
6 changed files with 13 additions and 0 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue