mirror of
https://github.com/logseq/logseq.git
synced 2026-05-02 18:06:32 +00:00
enhance(ux): the filter-related enhancements for the cmdk cp
This commit is contained in:
@@ -33,7 +33,9 @@
|
||||
(defn- search
|
||||
[mode]
|
||||
(editor-handler/escape-editing false)
|
||||
(route-handler/go-to-search! mode))
|
||||
(if (state/get-search-mode)
|
||||
(js/setTimeout #(route-handler/go-to-search! mode) 128)
|
||||
(route-handler/go-to-search! mode)))
|
||||
|
||||
;; TODO: Namespace all-default-keyboard-shortcuts keys with `:command` e.g.
|
||||
;; `:command.date-picker/complete`. They are namespaced in translation but
|
||||
|
||||
Reference in New Issue
Block a user