mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2025-01-10 18:05:16 +00:00
Fix merge issue breaking api json loading (#3876)
This commit is contained in:
parent
edfce78c86
commit
e3579f3360
@ -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(() => {
|
||||
|
Loading…
Reference in New Issue
Block a user