mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2025-01-25 15:55:18 +00:00
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
Block a user