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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

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(() => {