diff --git a/bzGraflow.js b/bzGraflow.js index c12c17a..b33016e 100644 --- a/bzGraflow.js +++ b/bzGraflow.js @@ -260,8 +260,8 @@ class BZgraflow extends Buildoz{ }) } } - - childEl.autoPlace() + // Rebuild once refNodes are injected so the final refresh/autofit includes them. + childEl.refresh() }, { once:true }) if(flowNode.subflow.url) childEl.setAttribute('flow', flowNode.subflow.url)