fix: spell

This commit is contained in:
Tienson Qin
2025-09-07 19:53:06 +08:00
parent f6d56cca74
commit 9507775782

View File

@@ -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))