mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-05 15:40:10 +00:00
Correct use of last_link_id
Before this change, `last_link_id` is used as `next_link_id`
This commit is contained in:
@@ -3396,7 +3396,7 @@
|
||||
|
||||
if (LiteGraph.isValidConnection(output.type, input.type)) {
|
||||
link_info = new LLink(
|
||||
this.graph.last_link_id++,
|
||||
++this.graph.last_link_id,
|
||||
input.type,
|
||||
this.id,
|
||||
slot,
|
||||
|
||||
Reference in New Issue
Block a user