Graflow: standardized event signatures between floLoaded and subflowLoaded and subflowExited

This commit is contained in:
STEINNI
2026-04-16 09:15:11 +00:00
parent 3e7a82edc2
commit 4f728a3514
+3 -1
View File
@@ -406,7 +406,9 @@ class BZgraflow extends Buildoz{
this.hostContainer.style.opacity = '1' this.hostContainer.style.opacity = '1'
this.hostContainer.style.visibility = 'visible' this.hostContainer.style.visibility = 'visible'
childEl.style.willChange = '' childEl.style.willChange = ''
this.fireEvent('subflowExited', { subflow: childEl }) this.fireEvent('subflowExited', {
component: this
})
}, { once:true }) }, { once:true })
} }