From 54eb584fd7a2eb56b5e95a813a59155a4cd77252 Mon Sep 17 00:00:00 2001 From: STEINNI Date: Mon, 13 Apr 2026 14:33:57 +0000 Subject: [PATCH] Graflow: autofit fix for subflows to include refNodes --- bzGraflow.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)