From bf9cb994411b77080a4a0f7fc1984dd15c89d95d 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: Tue, 26 Mar 2024 13:40:33 +0800 Subject: [PATCH] =?UTF-8?q?Fix=EF=BC=9A=E4=BF=AE=E5=A4=8D=E7=AC=AC?= =?UTF-8?q?=E4=B8=80=E6=AC=A1=E5=88=9B=E5=BB=BA=E5=85=B3=E8=81=94=E7=BA=BF?= =?UTF-8?q?=E6=97=B6=EF=BC=8C=E7=AE=AD=E5=A4=B4=E9=A2=9C=E8=89=B2=E4=B8=8D?= =?UTF-8?q?=E6=AD=A3=E7=A1=AE=E7=9A=84=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 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/simple-mind-map/src/plugins/AssociativeLine.js b/simple-mind-map/src/plugins/AssociativeLine.js index a9ac0b94..3878e3df 100644 --- a/simple-mind-map/src/plugins/AssociativeLine.js +++ b/simple-mind-map/src/plugins/AssociativeLine.js @@ -339,6 +339,10 @@ class AssociativeLine { dasharray: [6, 4] }) .fill({ color: 'none' }) + // 箭头 + this.markerPath + .stroke({ color: associativeLineColor }) + .fill({ color: associativeLineColor }) this.creatingLine.marker('end', this.marker) }