Compare commits
2 Commits
cfe33b8111
...
33ea2bd672
| Author | SHA1 | Date | |
|---|---|---|---|
| 33ea2bd672 | |||
| ff4a25c1b2 |
@@ -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