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) {