From cf79079e660be4c422ce547809533ea4261c1ebe Mon Sep 17 00:00:00 2001 From: Tienson Qin Date: Tue, 13 Jun 2023 17:45:05 +0800 Subject: [PATCH] fix: typo --- src/main/frontend/handler/editor.cljs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/frontend/handler/editor.cljs b/src/main/frontend/handler/editor.cljs index 2e61fa4620..d73a26c015 100644 --- a/src/main/frontend/handler/editor.cljs +++ b/src/main/frontend/handler/editor.cljs @@ -2004,7 +2004,7 @@ sibling? keep-uuid? cut-paste? - revert-cut-txs] + revert-cut-tx] :or {exclude-properties []}}] (let [editing-block (when-let [editing-block (state/get-edit-block)] (some-> (db/pull [:block/uuid (:block/uuid editing-block)]) @@ -2046,7 +2046,7 @@ (outliner-tx/transact! {:outliner-op :insert-blocks - :additional-tx revert-cut-txs} + :additional-tx revert-cut-tx} (when target-block' (let [format (or (:block/format target-block') (state/get-preferred-format)) blocks' (map (fn [block]