From 426d7506059b3996ad010bd1676c6e3586443a6e Mon Sep 17 00:00:00 2001 From: "DESKTOP-474NEJQ\\xzsjob" <359059686@qq.com> Date: Wed, 26 Aug 2020 13:52:58 +0800 Subject: [PATCH] =?UTF-8?q?[=E4=BF=AE=E6=AD=A3]=20=E8=AE=BE=E7=BD=AE?= =?UTF-8?q?=E9=AB=98=E4=BA=AE=E5=89=8D=E5=8F=96=E6=B6=88=E5=85=A8=E9=83=A8?= =?UTF-8?q?=E9=80=89=E6=8B=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/working-area/working-area.component.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/working-area/working-area.component.ts b/src/app/working-area/working-area.component.ts index 3cbabd9..a250b17 100644 --- a/src/app/working-area/working-area.component.ts +++ b/src/app/working-area/working-area.component.ts @@ -214,6 +214,7 @@ export class WorkingAreaComponent extends EventEmitter implements OnInit, AfterV * 设置高亮 */ public setHighlight(ids: string[]): void { + this.selection.deselectAll(); ids.forEach(item => { const obj = this.backgroundImage.getChildByName(item); if (obj instanceof MultipointIcon) {