diff --git a/src/main/frontend/state.cljs b/src/main/frontend/state.cljs index 1e4520d68c..8df34d1b09 100644 --- a/src/main/frontend/state.cljs +++ b/src/main/frontend/state.cljs @@ -991,8 +991,7 @@ Similar to re-frame subscriptions" (defn set-selection-start-block! [start-block] - (when-not (get-selection-start-block) - (swap! state assoc :selection/start-block start-block))) + (swap! state assoc :selection/start-block start-block)) (defn set-selection-blocks! ([blocks]