mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2025-04-20 03:13:30 +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) {
|
if (parent.isVirtualNode) {
|
||||||
link = parent.getInputLink(link.origin_slot);
|
link = parent.getInputLink(link.origin_slot);
|
||||||
if (link) {
|
if (link) {
|
||||||
parent = parent.getInputNode(link.origin_slot);
|
parent = parent.getInputNode(link.target_slot);
|
||||||
if (parent) {
|
if (parent) {
|
||||||
found = true;
|
found = true;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user