Graflow: standardized event signatures between floLoaded and subflowLoaded and subflowExited
This commit is contained in:
+3
-1
@@ -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 })
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user