mirror of
https://github.com/logseq/logseq.git
synced 2026-05-03 10:26:35 +00:00
chore: search options tune
This commit is contained in:
@@ -244,7 +244,7 @@
|
||||
search-q (state/sub :search/q)
|
||||
show-result? (boolean (seq search-result))
|
||||
blocks-count (or (db/blocks-count) 0)
|
||||
timeout (if (> blocks-count 2000) 500 100)]
|
||||
timeout (if (> blocks-count 2000) 500 300)]
|
||||
(rum/with-context [[t] i18n/*tongue-context*]
|
||||
[:div#search.flex-1.flex
|
||||
[:div.inner
|
||||
|
||||
Reference in New Issue
Block a user