Graflow: added parentNodeId to subflowLoaded event
This commit is contained in:
+1
-1
@@ -326,7 +326,7 @@ class BZgraflow extends Buildoz{
|
||||
childEl.style.transform = 'none' // Important for nested subflows to position correctly
|
||||
childEl.style.willChange = ''
|
||||
childEl.style.overflow = 'auto'
|
||||
this.fireEvent('subflowLoaded', { subflow: childEl })
|
||||
this.fireEvent('subflowLoaded', { parentNodeId: id, subflow: childEl })
|
||||
}, { once:true })
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user