mirror of
https://github.com/logseq/logseq.git
synced 2026-05-01 01:16:27 +00:00
refactor: block && page properties
This commit is contained in:
@@ -471,7 +471,7 @@
|
||||
(recur headings block-body' (rest blocks) timestamps properties last-pos last-level children))))
|
||||
(do
|
||||
(when (seq block-body)
|
||||
(reset! pre-block-body block-body))
|
||||
(reset! pre-block-body (reverse block-body)))
|
||||
(-> (reverse headings)
|
||||
safe-blocks))))]
|
||||
(let [first-block (first blocks)
|
||||
|
||||
Reference in New Issue
Block a user