mirror of
https://github.com/logseq/logseq.git
synced 2026-05-05 11:26:26 +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:
@@ -80,7 +80,7 @@
|
||||
|
||||
(defonce search-timeout (atom nil))
|
||||
|
||||
(rum/defc search-auto-complete
|
||||
(rum/defc ^:large-vars/cleanup-todo search-auto-complete
|
||||
[{:keys [pages files blocks has-more?] :as result} search-q all?]
|
||||
(rum/with-context [[t] i18n/*tongue-context*]
|
||||
(let [pages (when-not all? (map (fn [page]
|
||||
|
||||
Reference in New Issue
Block a user