mirror of
https://github.com/logseq/logseq.git
synced 2026-05-04 02:46:45 +00:00
@@ -926,7 +926,8 @@
|
||||
[content tree] (compose-copied-blocks-contents-&-block-tree repo ids)
|
||||
block (db/pull [:block/uuid (first ids)])]
|
||||
(common-handler/copy-to-clipboard-without-id-property! (:block/format block) content)
|
||||
(state/set-copied-blocks content tree))))
|
||||
(state/set-copied-blocks content tree)
|
||||
(notification/show! "Copied!" :success))))
|
||||
|
||||
(defn cut-selection-blocks
|
||||
[copy?]
|
||||
@@ -2444,8 +2445,7 @@
|
||||
|
||||
(defn shortcut-copy-selection
|
||||
[e]
|
||||
(copy-selection-blocks)
|
||||
(clear-selection! nil))
|
||||
(copy-selection-blocks))
|
||||
|
||||
(defn shortcut-cut-selection
|
||||
[e]
|
||||
|
||||
Reference in New Issue
Block a user