Graflow: autofit fix for subflows to include refNodes

This commit is contained in:
STEINNI
2026-04-13 14:33:57 +00:00
parent 0adc966608
commit 54eb584fd7
+2 -2
View File
@@ -260,8 +260,8 @@ class BZgraflow extends Buildoz{
}) })
} }
} }
// Rebuild once refNodes are injected so the final refresh/autofit includes them.
childEl.autoPlace() childEl.refresh()
}, { once:true }) }, { once:true })
if(flowNode.subflow.url) childEl.setAttribute('flow', flowNode.subflow.url) if(flowNode.subflow.url) childEl.setAttribute('flow', flowNode.subflow.url)