mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-08 17:10:07 +00:00
Sync with upstream (#20)
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user