This commit is contained in:
STEINNI
2026-04-13 16:05:27 +00:00
+1
View File
@@ -214,6 +214,7 @@ class BZgraflow extends Buildoz{
this.enterSubflow(id) this.enterSubflow(id)
}) })
this.stagedNodes[id].appendChild(btnEnterSubflow) this.stagedNodes[id].appendChild(btnEnterSubflow)
this.stagedNodes[id].dataset.subflow = true
} }
this.nodesContainer.append(this.stagedNodes[id]) this.nodesContainer.append(this.stagedNodes[id])
if(!this.flow.nodes.find(n => n.id === id)) { if(!this.flow.nodes.find(n => n.id === id)) {