1
mirror of https://github.com/comfyanonymous/ComfyUI.git synced 2025-08-02 23:14:49 +08:00

Support refresh on group node combos (#2625)

* Support refresh on group node combos

* fix check
This commit is contained in:
pythongosssss
2024-01-23 19:15:52 +00:00
committed by GitHub
parent 05cd00695a
commit 3762e676a9
2 changed files with 30 additions and 0 deletions

View File

@@ -2212,6 +2212,8 @@ export class ComfyApp {
}
}
}
await this.#invokeExtensionsAsync("refreshComboInNodes", defs);
}
/**