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