From 4f728a35146dc1a750259d7e092d06e53bbb9e8c Mon Sep 17 00:00:00 2001 From: STEINNI Date: Thu, 16 Apr 2026 09:15:11 +0000 Subject: [PATCH] Graflow: standardized event signatures between floLoaded and subflowLoaded and subflowExited --- bzGraflow.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/bzGraflow.js b/bzGraflow.js index 4843902..ecde514 100644 --- a/bzGraflow.js +++ b/bzGraflow.js @@ -406,7 +406,9 @@ class BZgraflow extends Buildoz{ this.hostContainer.style.opacity = '1' this.hostContainer.style.visibility = 'visible' childEl.style.willChange = '' - this.fireEvent('subflowExited', { subflow: childEl }) + this.fireEvent('subflowExited', { + component: this + }) }, { once:true }) }