diff --git a/src/store/actions/index.ts b/src/store/actions/index.ts index 12f20a3..aee01ac 100644 --- a/src/store/actions/index.ts +++ b/src/store/actions/index.ts @@ -169,7 +169,6 @@ export class EditorAction { const id = this.mapEditor?.copyOverlay(seletedOverlay); if (id) { message.success("倍刢成功!"); - this.selectOverlay(id); } }