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 }) }