mirror of
https://github.com/logseq/logseq.git
synced 2026-05-02 09:56:31 +00:00
Mark most vars as cleanup-todo
Fixed a few that I knew how to QA and were low risk
This commit is contained in:
@@ -3003,7 +3003,7 @@
|
||||
:else
|
||||
nil))))
|
||||
|
||||
(defn keyup-handler
|
||||
(defn ^:large-vars/cleanup-todo keyup-handler
|
||||
[_state input input-id search-timeout]
|
||||
(fn [e key-code]
|
||||
(when-not (util/event-is-composing? e)
|
||||
|
||||
Reference in New Issue
Block a user