mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-02-14 23:42:35 +08:00
internal reroute just works
This commit is contained in:
parent
8201868352
commit
34d0ae3cf1
@ -68,8 +68,6 @@ function buildNodeDef(config, nodeName, defs, workflow) {
|
|||||||
if (node.type === "Reroute") {
|
if (node.type === "Reroute") {
|
||||||
if (linksTo && linksFrom) {
|
if (linksTo && linksFrom) {
|
||||||
// Being used internally
|
// Being used internally
|
||||||
// TODO: does anything actually need doing here?
|
|
||||||
debugger;
|
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user