mirror of
https://github.com/logseq/logseq.git
synced 2026-04-30 17:06:23 +00:00
fix: store #tag as #[[uuid]] internally
This commit is contained in:
@@ -37,7 +37,7 @@
|
||||
(-> block
|
||||
(dissoc :block/tags)
|
||||
(update :block/title (fn [title]
|
||||
(let [title' (db-content/replace-tags-with-page-refs title refs)]
|
||||
(let [title' (db-content/replace-tags-with-id-refs title refs)]
|
||||
(db-content/title-ref->id-ref title' refs)))))))))]
|
||||
(editor-handler/paste-blocks blocks' {:keep-uuid? true}))))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user