mirror of
https://github.com/logseq/logseq.git
synced 2026-05-03 18:36:43 +00:00
fix: check keycode 229 for search too
This commit is contained in:
@@ -388,7 +388,7 @@
|
||||
(when @search-timeout
|
||||
(js/clearTimeout @search-timeout))
|
||||
(let [value (util/evalue e)
|
||||
is-composing? (gobj/getValueByKeys e "nativeEvent" "isComposing")]
|
||||
is-composing? (util/event-is-composing? e)]
|
||||
(if (and (string/blank? value) (not is-composing?))
|
||||
(search-handler/clear-search! false)
|
||||
(let [search-mode (state/get-search-mode)
|
||||
|
||||
Reference in New Issue
Block a user