Graflow: dataset.subflow

This commit is contained in:
STEINNI
2026-04-13 16:05:12 +00:00
parent ff4a25c1b2
commit 33ea2bd672
+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)) {