mirror of
https://github.com/logseq/logseq.git
synced 2026-04-29 00:24:51 +00:00
Performance improvement: incremental queries (#4002)
Incremental queries
This commit is contained in:
@@ -172,7 +172,7 @@
|
||||
|
||||
(:file-path config)
|
||||
(let [path (:file-path config)
|
||||
content (db/get-file-no-sub path)
|
||||
content (db/get-file path)
|
||||
[_ id _ _ _] (:rum/args state)
|
||||
value (some-> (gdom/getElement id)
|
||||
(gobj/get "value"))]
|
||||
|
||||
Reference in New Issue
Block a user