mirror of
https://github.com/logseq/logseq.git
synced 2026-06-01 19:01:22 +00:00
fix: args order
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user