mirror of
https://github.com/logseq/logseq.git
synced 2026-04-26 07:05:10 +00:00
Fix block extracting
This commit is contained in:
@@ -138,7 +138,7 @@
|
||||
(update :tags ->tags))
|
||||
heading (with-refs heading)
|
||||
last-pos' (get-in heading [:meta :pos])]
|
||||
(recur (conj headings heading) [] (rest blocks) {} properties last-pos'))
|
||||
(recur (conj headings heading) [] (rest blocks) {} {} last-pos'))
|
||||
|
||||
:else
|
||||
(let [heading-children' (conj heading-children block)]
|
||||
|
||||
Reference in New Issue
Block a user