From 9507775782bb7ec0bd09b3c830c4c498d4e73795 Mon Sep 17 00:00:00 2001 From: Tienson Qin Date: Sun, 7 Sep 2025 19:53:06 +0800 Subject: [PATCH] fix: spell --- src/main/frontend/worker/rtc/remote_update.cljs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/frontend/worker/rtc/remote_update.cljs b/src/main/frontend/worker/rtc/remote_update.cljs index 3232cbbac3..510634a5ff 100644 --- a/src/main/frontend/worker/rtc/remote_update.cljs +++ b/src/main/frontend/worker/rtc/remote_update.cljs @@ -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))