Merge branch 'main' of https://gitea.internike.com/nike/buildoz
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.transform = 'none' // Important for nested subflows to position correctly
|
||||||
childEl.style.willChange = ''
|
childEl.style.willChange = ''
|
||||||
childEl.style.overflow = 'auto'
|
childEl.style.overflow = 'auto'
|
||||||
this.fireEvent('subflowLoaded', { subflow: childEl })
|
this.fireEvent('subflowLoaded', { parentNodeId: id, subflow: childEl })
|
||||||
}, { once:true })
|
}, { once:true })
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user