mirror of
https://github.com/logseq/logseq.git
synced 2026-04-30 17:06:23 +00:00
fix: node references do not appear on blocks that contain a tag
fixes https://github.com/logseq/db-test/issues/43
This commit is contained in:
@@ -37,8 +37,9 @@
|
||||
(-> block
|
||||
(dissoc :block/tags)
|
||||
(update :block/title (fn [title]
|
||||
(-> (db-content/replace-tags-with-page-refs title refs)
|
||||
(db-content/page-ref->special-id-ref refs)))))))))]
|
||||
(let [title' (db-content/replace-tags-with-page-refs title refs)]
|
||||
(db-content/refs->special-id-ref (db/get-db) title' refs))
|
||||
)))))))]
|
||||
(editor-handler/paste-blocks blocks' {:keep-uuid? true}))))
|
||||
|
||||
(defn- paste-segmented-text
|
||||
|
||||
Reference in New Issue
Block a user