Sync with upstream (#20)

This commit is contained in:
Chenlei Hu
2024-06-17 09:37:25 -04:00
committed by GitHub
parent 811fdcf51d
commit 48d5870d9c

View File

@@ -2338,7 +2338,7 @@ export class ComfyApp {
// @ts-ignore
node.id = isNaN(+id) ? id : +id;
node.title = data._meta?.title ?? node.title
graph.add(node);
app.graph.add(node);
}
for (const id of ids) {