From 1385cae2eda83077fed6066c852d25f2acdd2f9b Mon Sep 17 00:00:00 2001 From: Yuan Date: Wed, 21 Jun 2023 16:23:27 +0800 Subject: [PATCH] =?UTF-8?q?bugfix=20-=20=E5=8C=BA=E6=AE=B5=E5=8F=96?= =?UTF-8?q?=E6=B6=88=E9=80=89=E4=B8=AD=E6=97=B6ab=E7=AB=AF=E6=A0=87?= =?UTF-8?q?=E8=AF=86=E4=B8=8D=E6=B6=88=E5=A4=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/graphics/section/SectionDrawAssistant.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/graphics/section/SectionDrawAssistant.ts b/src/graphics/section/SectionDrawAssistant.ts index f0f81bc..e7e22fa 100644 --- a/src/graphics/section/SectionDrawAssistant.ts +++ b/src/graphics/section/SectionDrawAssistant.ts @@ -253,7 +253,7 @@ export class SectionPointEditPlugin extends GraphicInteractionPlugin
{ onUnselected(g: DisplayObject): void { const section = g as Section; const lep = section.getAssistantAppend( - SectionPolylineEditPlugin.name + SectionPolylineEditPlugin.Name ); if (lep) { lep.hideAll();