mirror of
https://github.com/logseq/logseq.git
synced 2026-04-30 17:06:23 +00:00
fix: graph-parser tests
This commit is contained in:
@@ -38,8 +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 (db/get-db) title' refs))
|
||||
)))))))]
|
||||
(db-content/refs->special-id-ref title' refs)))))))))]
|
||||
(editor-handler/paste-blocks blocks' {:keep-uuid? true}))))
|
||||
|
||||
(defn- paste-segmented-text
|
||||
|
||||
Reference in New Issue
Block a user