From f23dfafe85ccafa56f82ff2c586f9d431f46e284 Mon Sep 17 00:00:00 2001 From: Tienson Qin Date: Mon, 19 Jun 2023 14:44:18 +0800 Subject: [PATCH] fix: args order --- src/main/frontend/modules/outliner/datascript.cljs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/frontend/modules/outliner/datascript.cljs b/src/main/frontend/modules/outliner/datascript.cljs index d47e713dd2..476936acdd 100644 --- a/src/main/frontend/modules/outliner/datascript.cljs +++ b/src/main/frontend/modules/outliner/datascript.cljs @@ -78,7 +78,7 @@ txs)) (defn replace-ref-with-content - [repo txs opts] + [txs repo opts] (if (and (= :delete-blocks (:outliner-op opts)) (empty? (:uuid-changed opts))) (let [retracted-block-ids (->> (keep (fn [tx]