mirror of
https://github.com/logseq/logseq.git
synced 2026-04-30 17:06:23 +00:00
cut blocks remains uuid
This commit is contained in:
@@ -185,7 +185,7 @@
|
||||
;; Handle internal paste
|
||||
(let [revert-cut-tx (get-revert-cut-tx copied-blocks)
|
||||
cut-paste? (boolean (seq revert-cut-tx))
|
||||
keep-uuid? cut-paste?]
|
||||
keep-uuid? (= (state/get-block-op-type) :cut)]
|
||||
(editor-handler/paste-blocks copied-blocks {:revert-cut-tx revert-cut-tx
|
||||
:cut-paste? cut-paste?
|
||||
:keep-uuid? keep-uuid?}))
|
||||
|
||||
Reference in New Issue
Block a user