mirror of
https://github.com/logseq/logseq.git
synced 2026-05-01 17:36:33 +00:00
Revert "fix: the first child block doesn't have left node"
This reverts commit 3e848232c2.
This commit is contained in:
@@ -491,7 +491,7 @@
|
||||
(let [parent (if uuid [:block/uuid uuid] (:page/id last-parent))
|
||||
block (assoc block
|
||||
:block/parent parent
|
||||
:block/left nil)
|
||||
:block/left parent)
|
||||
parents' (conj parents block)
|
||||
result' (conj result block)]
|
||||
[others parents' result'])
|
||||
|
||||
Reference in New Issue
Block a user