mirror of
https://github.com/logseq/logseq.git
synced 2026-05-01 01:16:27 +00:00
remove redundant ! on property-related funcs & add some tests
enter the commit message for your changes. Lines starting
This commit is contained in:
@@ -412,7 +412,7 @@
|
||||
(drop-while #(= ["Break_Line"] %)))]
|
||||
(recur headings (conj block-body ["Paragraph" other-body]) (rest blocks) timestamps' properties last-pos last-level children))
|
||||
|
||||
(property/properties-block? block)
|
||||
(property/properties-ast? block)
|
||||
(let [properties (extract-properties block start_pos end_pos)]
|
||||
(recur headings block-body (rest blocks) timestamps properties last-pos last-level children))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user