mirror of
https://github.com/logseq/logseq.git
synced 2026-05-03 02:16:30 +00:00
fix: internal blocks paste
This commit is contained in:
@@ -213,8 +213,8 @@
|
||||
[highlight ^js viewer]
|
||||
(when-let [ref-block (ensure-ref-block! (state/get-current-pdf) highlight)]
|
||||
(util/copy-to-clipboard!
|
||||
(block-ref/->block-ref (:block/uuid ref-block)) nil
|
||||
(pdf-windows/resolve-own-window viewer))))
|
||||
(block-ref/->block-ref (:block/uuid ref-block))
|
||||
:owner-window (pdf-windows/resolve-own-window viewer))))
|
||||
|
||||
(defn open-block-ref!
|
||||
[block]
|
||||
|
||||
Reference in New Issue
Block a user