From 6ec1eee847ea60f7ecf8128550a34e281947d242 Mon Sep 17 00:00:00 2001 From: Cmen <1176967590@qq.com> Date: Sat, 19 Mar 2022 15:13:10 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E5=A4=8D=E5=88=B6?= =?UTF-8?q?=E5=90=8E=E4=B8=8D=E8=87=AA=E5=8A=A8=E9=80=89=E4=B8=AD=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/store/actions/index.ts | 1 - 1 file changed, 1 deletion(-) 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); } }