mirror of
https://github.com/logseq/logseq.git
synced 2026-04-30 17:06:23 +00:00
refactor: internal ref uses [[uuid]] instead of ~^[[uuid]]
This commit is contained in:
@@ -38,7 +38,7 @@
|
||||
(dissoc :block/tags)
|
||||
(update :block/title (fn [title]
|
||||
(let [title' (db-content/replace-tags-with-page-refs title refs)]
|
||||
(db-content/refs->special-id-ref title' refs)))))))))]
|
||||
(db-content/title-ref->id-ref title' refs)))))))))]
|
||||
(editor-handler/paste-blocks blocks' {:keep-uuid? true}))))
|
||||
|
||||
(defn- paste-segmented-text
|
||||
|
||||
Reference in New Issue
Block a user