mirror of
https://github.com/logseq/logseq.git
synced 2026-04-30 17:06:23 +00:00
fix: internal blocks paste
This commit is contained in:
@@ -207,5 +207,6 @@
|
||||
[:div.mt-4
|
||||
(ui/button (if @*copied? "Copied to clipboard!" "Copy to clipboard")
|
||||
:on-click (fn []
|
||||
(util/copy-to-clipboard! @*content (when (= tp :html) @*content))
|
||||
(util/copy-to-clipboard! @*content
|
||||
:html (when (= tp :html) @*content))
|
||||
(reset! *copied? true)))]]))
|
||||
|
||||
Reference in New Issue
Block a user