mirror of
https://github.com/logseq/logseq.git
synced 2026-05-04 10:56:32 +00:00
refactor: state setters should end with '!'
This commit is contained in:
@@ -1306,7 +1306,7 @@
|
||||
(cond
|
||||
(>= selected-blocks-count 2) ; back to the start block
|
||||
(do
|
||||
(when (= 2 selected-blocks-count) (state/set-selection-up? nil))
|
||||
(when (= 2 selected-blocks-count) (state/set-selection-up! nil))
|
||||
(clear-last-selected-block!))
|
||||
|
||||
:else
|
||||
|
||||
Reference in New Issue
Block a user