mirror of
https://github.com/logseq/logseq.git
synced 2026-05-01 01:16:27 +00:00
fix: another left conflict issue when insert-nodes
This commit is contained in:
@@ -487,7 +487,8 @@
|
||||
:body (vec (reverse block-body))
|
||||
:properties (:properties properties)
|
||||
:refs ref-pages-in-properties
|
||||
:children (or current-block-children []))
|
||||
:children (or current-block-children [])
|
||||
:format format)
|
||||
(assoc-in [:meta :start-pos] start_pos)
|
||||
(assoc-in [:meta :end-pos] last-pos)
|
||||
((fn [block]
|
||||
|
||||
Reference in New Issue
Block a user