mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-29 18:52:19 +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)) {
|
if (LiteGraph.isValidConnection(output.type, input.type)) {
|
||||||
link_info = new LLink(
|
link_info = new LLink(
|
||||||
this.graph.last_link_id++,
|
++this.graph.last_link_id,
|
||||||
input.type,
|
input.type,
|
||||||
this.id,
|
this.id,
|
||||||
slot,
|
slot,
|
||||||
|
|||||||
Reference in New Issue
Block a user