mirror of
https://github.com/logseq/logseq.git
synced 2026-05-01 09:26:28 +00:00
fix(api): return non transferable value for plugin api
This commit is contained in:
@@ -1252,7 +1252,8 @@
|
||||
|
||||
;; if different direction, keep clear until one left
|
||||
(state/selection?)
|
||||
(clear-last-selected-block!)))
|
||||
(clear-last-selected-block!))
|
||||
nil)
|
||||
|
||||
(defn on-select-block
|
||||
[direction]
|
||||
@@ -3053,7 +3054,8 @@
|
||||
(select-up-down direction)
|
||||
|
||||
:else
|
||||
(select-first-last direction)))))
|
||||
(select-first-last direction)))
|
||||
nil))
|
||||
|
||||
(defn shortcut-select-up-down [direction]
|
||||
(fn [e]
|
||||
|
||||
Reference in New Issue
Block a user