From dfe889a45c78322424aa42dc8e69788a6f45166e Mon Sep 17 00:00:00 2001 From: Mega Yu Date: Wed, 28 Jun 2023 15:42:41 +0800 Subject: [PATCH] fix typo --- src/main/frontend/handler/editor.cljs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/frontend/handler/editor.cljs b/src/main/frontend/handler/editor.cljs index b9798cc923..f2216bdd2a 100644 --- a/src/main/frontend/handler/editor.cljs +++ b/src/main/frontend/handler/editor.cljs @@ -2066,7 +2066,7 @@ (outliner-tx/transact! {:outliner-op :insert-blocks - :additional-tx revert-cut-tx} + :additional-tx revert-cut-txs} (when target-block' (let [format (or (:block/format target-block') (state/get-preferred-format)) blocks' (map (fn [block]