This commit is contained in:
STEINNI
2026-04-14 10:40:24 +00:00
+1 -1
View File
@@ -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 })
} }