internal reroute just works

This commit is contained in:
pythongosssss 2023-10-17 18:29:46 +01:00
parent 8201868352
commit 34d0ae3cf1

View File

@ -68,8 +68,6 @@ function buildNodeDef(config, nodeName, defs, workflow) {
if (node.type === "Reroute") {
if (linksTo && linksFrom) {
// Being used internally
// TODO: does anything actually need doing here?
debugger;
continue;
}