mirror of
https://github.com/logseq/logseq.git
synced 2026-05-04 02:46:45 +00:00
Merge branch 'master' into feat/outliner-core
This commit is contained in:
@@ -1418,7 +1418,7 @@
|
||||
99)
|
||||
(map (comp str :block/uuid))))
|
||||
current-and-parents (set/union #{(str (:block/uuid current-block))} block-parents)]
|
||||
(let [result (search/block-search q 10)]
|
||||
(p/let [result (search/block-search (state/get-current-repo) q {:limit 20})]
|
||||
(remove
|
||||
(fn [h]
|
||||
(contains? current-and-parents (:block/uuid h)))
|
||||
|
||||
Reference in New Issue
Block a user