mirror of
https://github.com/logseq/logseq.git
synced 2026-05-03 18:36:43 +00:00
fix: can't input page reference with spaces
This commit is contained in:
@@ -2327,7 +2327,8 @@
|
||||
value (gobj/get input "value")
|
||||
c (util/nth-safe value (dec current-pos))]
|
||||
(when-not (state/get-editor-show-input)
|
||||
(when (= c " ")
|
||||
(when (and (= c " ")
|
||||
(not (state/get-editor-show-page-search?)))
|
||||
(state/set-editor-show-page-search-hashtag! false))
|
||||
|
||||
(when (and @*show-commands (not= key-code 191)) ; not /
|
||||
|
||||
Reference in New Issue
Block a user