mirror of
https://github.com/logseq/logseq.git
synced 2026-04-26 15:15:01 +00:00
improve animations
This commit is contained in:
@@ -826,6 +826,9 @@
|
||||
(util/stop-propagation e))
|
||||
(and meta? (= keyname "o"))
|
||||
(open-current-item-link state)
|
||||
(= keyname "/") (do
|
||||
(shui/shortcut-press! "/" true)
|
||||
nil) ; Don't prevent default, allow typing
|
||||
:else nil)))
|
||||
|
||||
(defn- keyup-handler
|
||||
|
||||
Reference in New Issue
Block a user