From dd9fd0f33cfeadd670999bee87be77036fa2ba13 Mon Sep 17 00:00:00 2001 From: Weihua Lu Date: Thu, 17 Jun 2021 01:57:59 +0800 Subject: [PATCH] chore: remove unneeded clear --- src/main/frontend/state.cljs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main/frontend/state.cljs b/src/main/frontend/state.cljs index 2eeab234b..cc51d49e5 100644 --- a/src/main/frontend/state.cljs +++ b/src/main/frontend/state.cljs @@ -1319,7 +1319,6 @@ ([blocks] (exit-editing-and-set-selected-blocks! blocks :down)) ([blocks direction] - (util/clear-selection!) (util/select-unhighlight! (dom/by-class "selected")) (clear-selection!) (clear-edit!)