graflow: fixed interference between anti dbl-link and refresh
This commit is contained in:
@@ -427,6 +427,8 @@ class BZgraflow extends Buildoz{
|
|||||||
}
|
}
|
||||||
|
|
||||||
clear(){
|
clear(){
|
||||||
|
this.stagedNodes = {}
|
||||||
|
this.stagedWires = {}
|
||||||
this.nodesContainer.innerHTML = ''
|
this.nodesContainer.innerHTML = ''
|
||||||
this.wiresContainer.innerHTML = ''
|
this.wiresContainer.innerHTML = ''
|
||||||
if(this.arrowDefs) this.wiresContainer.appendChild(this.arrowDefs)
|
if(this.arrowDefs) this.wiresContainer.appendChild(this.arrowDefs)
|
||||||
|
|||||||
Reference in New Issue
Block a user