From 00f1a40e2a53e9c8135c366e6e07b4ad11288a82 Mon Sep 17 00:00:00 2001 From: zh <972939975@qq.com> Date: Mon, 11 Aug 2025 09:23:54 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BC=96=E8=BE=91=E6=A1=86=E5=85=B3=E9=97=AD?= =?UTF-8?q?=E6=97=B6=E5=85=B3=E9=97=AD=E4=BA=8C=E6=AC=A1=E7=BC=96=E8=BE=91?= =?UTF-8?q?=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Obj/Base/PolylineObject/index.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/Obj/Base/PolylineObject/index.js b/src/Obj/Base/PolylineObject/index.js index ac0eea8..aa29049 100644 --- a/src/Obj/Base/PolylineObject/index.js +++ b/src/Obj/Base/PolylineObject/index.js @@ -1529,6 +1529,9 @@ class PolylineObject extends Base { } this.nodePoints = [] this.positionEditing = false + YJ.Measure.SetMeasureStatus(false) + this.event && this.event.destroy() + this.tip && this.tip.destroy() }, showCallBack: show => { this.options.show = show