mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-03-06 05:30:08 +00:00
@@ -2409,7 +2409,9 @@ export class LGraphNode implements Positionable, IPinnable, IColorable {
|
||||
target_node.inputs[targetIndex].link = link_info.id
|
||||
|
||||
// Reroutes
|
||||
for (const x of LLink.getReroutes(graph, link_info)) x?.linkIds.add(nextId)
|
||||
for (const reroute of LLink.getReroutes(graph, link_info)) {
|
||||
reroute?.linkIds.add(nextId)
|
||||
}
|
||||
graph._version++
|
||||
|
||||
// link_info has been created now, so its updated
|
||||
|
||||
Reference in New Issue
Block a user