mirror of
https://github.com/logseq/logseq.git
synced 2026-05-01 17:36:33 +00:00
fix: inline namespace tag editing
This commit is contained in:
@@ -32,7 +32,7 @@
|
||||
|
||||
(defn- search
|
||||
[mode]
|
||||
(editor-handler/escape-editing true)
|
||||
(editor-handler/escape-editing {:select? true})
|
||||
(if (state/get-search-mode)
|
||||
(js/setTimeout #(route-handler/go-to-search! mode) 128)
|
||||
(route-handler/go-to-search! mode)))
|
||||
@@ -462,7 +462,7 @@
|
||||
:command/run {:binding "mod+shift+1"
|
||||
:inactive (not (util/electron?))
|
||||
:fn #(do
|
||||
(editor-handler/escape-editing true)
|
||||
(editor-handler/escape-editing {:select? true})
|
||||
(state/pub-event! [:command/run]))}
|
||||
|
||||
:go/home {:binding "g h"
|
||||
|
||||
Reference in New Issue
Block a user