From 13d87361d5abedd724993d67d4ac1d52efaab21b Mon Sep 17 00:00:00 2001 From: Cmen <1176967590@qq.com> Date: Sun, 17 Apr 2022 13:01:23 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E5=B0=8F=E5=B7=A5?= =?UTF-8?q?=E5=85=B7=E5=88=A0=E9=99=A4=E5=B7=A5=E5=85=B7=E4=BE=9D=E6=97=A7?= =?UTF-8?q?=E5=AD=98=E5=9C=A8=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/store/reducers/map/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/store/reducers/map/index.ts b/src/store/reducers/map/index.ts index 24364b1..5d65681 100644 --- a/src/store/reducers/map/index.ts +++ b/src/store/reducers/map/index.ts @@ -23,6 +23,7 @@ export function deleteOverlays(state = initState, payload: any) { (overlay: IOverlay) => overlay.id !== id ); draft.selectedIds = []; + draft.status = null; }); }