Skip to content

Commit

Permalink
fix: selection
Browse files Browse the repository at this point in the history
  • Loading branch information
tiensonqin committed Jun 21, 2022
1 parent 59c0b9a commit f6ead67
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/main/frontend/state.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -686,8 +686,7 @@
(swap! state assoc
:selection/mode false
:selection/blocks nil
:selection/direction :down
:selection/start-block nil))
:selection/direction :down))

(defn get-selection-blocks
[]
Expand Down

0 comments on commit f6ead67

Please sign in to comment.