fix(api): return non transferable value for plugin api

This commit is contained in:
charlie
2022-07-19 13:53:52 +08:00
committed by Tienson Qin
parent 981b1ad69e
commit 2b94a95f11

View File

@@ -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]