mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-04 15:10:06 +00:00
Merge pull request #83 from NateScarlet/patch-1
Correct use of last_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