Graflow: dataset.subflow
This commit is contained in:
@@ -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)) {
|
||||||
|
|||||||
Reference in New Issue
Block a user