mirror of
https://github.com/logseq/logseq.git
synced 2026-04-27 23:54:55 +00:00
fix: use mod+shift+c for raw text copy
This commit is contained in:
@@ -17,7 +17,8 @@
|
||||
(defn copy-to-clipboard-without-id-property!
|
||||
[format raw-text html]
|
||||
(util/copy-to-clipboard! (property/remove-id-property format raw-text))
|
||||
(util/copy-to-clipboard! html true))
|
||||
(when html
|
||||
(util/copy-to-clipboard! html true)))
|
||||
|
||||
(defn config-with-document-mode
|
||||
[config]
|
||||
|
||||
Reference in New Issue
Block a user