mirror of
https://github.com/logseq/logseq.git
synced 2026-04-29 08:26:40 +00:00
enhance: remove block/anchor
This commit is contained in:
@@ -622,7 +622,8 @@
|
||||
(block-keywordize)))
|
||||
(select-keys first-block [:block/file :block/format :block/page]))
|
||||
blocks)
|
||||
blocks)]
|
||||
blocks)
|
||||
blocks (map (fn [block] (dissoc block :block/anchor)) blocks)]
|
||||
(with-path-refs blocks)))
|
||||
(catch js/Error e
|
||||
(js/console.error "extract-blocks-failed")
|
||||
|
||||
Reference in New Issue
Block a user