Fix merge issue breaking api json loading (#3876)

This commit is contained in:
pythongosssss
2024-06-26 14:08:48 +01:00
committed by GitHub
parent edfce78c86
commit e3579f3360

View File

@@ -2321,7 +2321,6 @@ export class ComfyApp {
node.id = isNaN(+id) ? id : +id;
node.title = data._meta?.title ?? node.title
app.graph.add(node);
graph.add(node);
}
this.changeWorkflow(() => {