mirror of
https://github.com/logseq/logseq.git
synced 2026-05-03 18:36:43 +00:00
fix: parse-block preserve parent and left
This commit is contained in:
@@ -66,9 +66,7 @@
|
||||
[block]
|
||||
(let [refs (if-let [refs (seq (:block/refs-with-children block))]
|
||||
refs
|
||||
(concat
|
||||
(:block/refs block)
|
||||
(:block/tags block)))]
|
||||
(:block/refs block))]
|
||||
(distinct refs)))
|
||||
|
||||
(defn prepare-blocks
|
||||
|
||||
Reference in New Issue
Block a user