Fix bug with reroutes and bypass.
This commit is contained in:
parent
d7638c47fc
commit
3d614dde49
|
@ -1356,7 +1356,7 @@ export class ComfyApp {
|
|||
if (parent.isVirtualNode) {
|
||||
link = parent.getInputLink(link.origin_slot);
|
||||
if (link) {
|
||||
parent = parent.getInputNode(link.origin_slot);
|
||||
parent = parent.getInputNode(link.target_slot);
|
||||
if (parent) {
|
||||
found = true;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue