mirror of
https://github.com/logseq/logseq.git
synced 2026-05-23 12:14:06 +00:00
fix: spell
This commit is contained in:
@@ -213,7 +213,7 @@ so need to pull earlier remote-data from websocket."})
|
||||
{:sibling? false})
|
||||
(transact-db! :insert-no-order-blocks conn [[block-uuid first-remote-parent]]))
|
||||
|
||||
[false false true] ;no parent, only update order. e.g. udpate property's order
|
||||
[false false true] ;no parent, only update order. e.g. update property's order
|
||||
(when (and (empty? remote-parents) move?)
|
||||
(transact-db! :update-block-order-directly repo conn block-uuid nil remote-block-order))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user