|
|
@ -1943,8 +1943,8 @@ export class ComfyApp { |
|
|
|
|
|
|
|
|
|
|
|
link = parent.getInputLink(parent_input); |
|
|
|
link = parent.getInputLink(parent_input); |
|
|
|
if (link) { |
|
|
|
if (link) { |
|
|
|
parent = parent.getInputNode(parent_input); |
|
|
|
|
|
|
|
consumedLinks[parent.id].add(parent_input); |
|
|
|
consumedLinks[parent.id].add(parent_input); |
|
|
|
|
|
|
|
parent = parent.getInputNode(parent_input); |
|
|
|
} |
|
|
|
} |
|
|
|
found = true; |
|
|
|
found = true; |
|
|
|
break; |
|
|
|
break; |
|
|
|