From 2001bdd3ff3c31a1ec676bd6a41db3f1b13ab37b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=A1=97=E8=A7=92=E5=B0=8F=E6=9E=97?= <1013335014@qq.com> Date: Mon, 3 Mar 2025 16:29:57 +0800 Subject: [PATCH] =?UTF-8?q?Fix=EF=BC=9A=E4=BF=AE=E5=A4=8D=E6=8B=96?= =?UTF-8?q?=E5=8A=A8=E5=85=B3=E8=81=94=E7=BA=BF=E6=8E=A7=E5=88=B6=E7=82=B9?= =?UTF-8?q?=E6=9B=B4=E6=96=B0=E5=90=8E=EF=BC=8C=E5=86=8D=E6=AC=A1=E6=BF=80?= =?UTF-8?q?=E6=B4=BB=E5=85=B3=E8=81=94=E7=BA=BF=E6=8E=A7=E5=88=B6=E7=82=B9?= =?UTF-8?q?=E4=BD=8D=E7=BD=AE=E6=98=BE=E7=A4=BA=E9=94=99=E8=AF=AF=E7=9A=84?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- simple-mind-map/src/plugins/AssociativeLine.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/simple-mind-map/src/plugins/AssociativeLine.js b/simple-mind-map/src/plugins/AssociativeLine.js index 669e8e9e..211d57c5 100644 --- a/simple-mind-map/src/plugins/AssociativeLine.js +++ b/simple-mind-map/src/plugins/AssociativeLine.js @@ -157,6 +157,7 @@ class AssociativeLine { // 取消激活关联线 if (!this.isControlPointMousedown) { this.clearActiveLine() + this.renderAllLines() } } @@ -166,6 +167,7 @@ class AssociativeLine { this.completeCreateLine(node) } else { this.clearActiveLine() + this.renderAllLines() } }