From b15edd0e907ff6828910851c37c0ca2ca94f917a Mon Sep 17 00:00:00 2001 From: STEINNI Date: Wed, 11 Mar 2026 18:30:39 +0000 Subject: [PATCH] graflow: fixed interference between anti dbl-link and refresh --- bzGraflow.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bzGraflow.js b/bzGraflow.js index 2ba8458..616af67 100644 --- a/bzGraflow.js +++ b/bzGraflow.js @@ -427,6 +427,8 @@ class BZgraflow extends Buildoz{ } clear(){ + this.stagedNodes = {} + this.stagedWires = {} this.nodesContainer.innerHTML = '' this.wiresContainer.innerHTML = '' if(this.arrowDefs) this.wiresContainer.appendChild(this.arrowDefs)