mirror of
https://github.com/logseq/logseq.git
synced 2026-05-21 03:12:38 +00:00
fix: concurrent sibling inserts order
This commit is contained in:
@@ -647,7 +647,7 @@
|
||||
block-uuid (:block/uuid block)
|
||||
block-ent (when block-uuid
|
||||
(d/entity db [:block/uuid block-uuid]))
|
||||
block-base (dissoc block :db/id)
|
||||
block-base (dissoc block :db/id :block/order)
|
||||
block' (merge block-base
|
||||
(rewrite-block-title-with-retracted-refs db block-base))]
|
||||
(if (some? block-ent)
|
||||
|
||||
Reference in New Issue
Block a user