mirror of
https://github.com/logseq/logseq.git
synced 2026-04-30 17:06:23 +00:00
fix: can't paste asset
fixes https://github.com/logseq/db-test/issues/575
This commit is contained in:
@@ -213,6 +213,7 @@
|
||||
(editor-handler/api-insert-new-block! ""
|
||||
{:block-uuid (:block/uuid current-block)
|
||||
:sibling? true
|
||||
:outliner-op :paste
|
||||
:replace-empty-target? true
|
||||
:other-attrs {:block/link (:db/id (db/entity [:block/uuid block-id]))}})
|
||||
(state/clear-edit!)))))
|
||||
|
||||
Reference in New Issue
Block a user