mirror of
https://github.com/logseq/logseq.git
synced 2026-04-29 16:36:27 +00:00
fix: entity not found err when import opml with non-existed block-ref-id
This commit is contained in:
@@ -619,7 +619,7 @@
|
||||
[blocks parents' (last parents') result]))]
|
||||
(recur blocks parents sibling result)))))
|
||||
|
||||
(defn parse-block
|
||||
(defn- parse-block
|
||||
([block]
|
||||
(parse-block block nil))
|
||||
([{:block/keys [uuid content meta file page parent left format] :as block} {:keys [with-id?]
|
||||
|
||||
Reference in New Issue
Block a user