graflow: entering subflow ok

This commit is contained in:
STEINNI
2026-02-22 20:59:58 +00:00
parent 17f150a930
commit fbea601183

View File

@@ -182,6 +182,7 @@ class BZgraflow extends Buildoz{
const nodeStyle = getComputedStyle(nodeEl) const nodeStyle = getComputedStyle(nodeEl)
childEl.style.border = nodeStyle.border childEl.style.border = nodeStyle.border
childEl.style.borderRadius = nodeStyle.borderRadius childEl.style.borderRadius = nodeStyle.borderRadius
childEl.style.backgroundColor = nodeStyle.backgroundColor
// Put the child in the exact same viewport rect as the parent (fixed overlay) // Put the child in the exact same viewport rect as the parent (fixed overlay)
this.Invade(this, childEl) this.Invade(this, childEl)