mirror of
https://github.com/logseq/logseq.git
synced 2026-05-02 18:06:32 +00:00
fix: Hashtag # with Chinese character doesn't trigger search
close #3283
This commit is contained in:
@@ -2770,7 +2770,8 @@
|
||||
shift? (.-shiftKey e)
|
||||
code (gobj/getValueByKeys e "event_" "code")]
|
||||
(cond
|
||||
(or is-composing? (= key-code 229))
|
||||
(and (or is-composing? (= key-code 229))
|
||||
(not (state/get-editor-show-page-search-hashtag?)))
|
||||
nil
|
||||
|
||||
(or ctrlKey metaKey)
|
||||
|
||||
Reference in New Issue
Block a user