mirror of
https://github.com/logseq/logseq.git
synced 2026-04-28 08:04:40 +00:00
fix(editor): copy with both plain and rich text
This commit is contained in:
@@ -16,9 +16,7 @@
|
||||
|
||||
(defn copy-to-clipboard-without-id-property!
|
||||
[format raw-text html]
|
||||
(util/copy-to-clipboard! (property/remove-id-property format raw-text))
|
||||
(when html
|
||||
(util/copy-to-clipboard! html true)))
|
||||
(util/copy-to-clipboard! (property/remove-id-property format raw-text) html))
|
||||
|
||||
(defn config-with-document-mode
|
||||
[config]
|
||||
|
||||
Reference in New Issue
Block a user