mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2025-01-11 02:15:17 +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.id = isNaN(+id) ? id : +id;
|
||||||
node.title = data._meta?.title ?? node.title
|
node.title = data._meta?.title ?? node.title
|
||||||
app.graph.add(node);
|
app.graph.add(node);
|
||||||
graph.add(node);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
this.changeWorkflow(() => {
|
this.changeWorkflow(() => {
|
||||||
|
Loading…
Reference in New Issue
Block a user