leizhe
2021-10-17 14:22:31 +08:00
committed by Tienson Qin
parent bcd6509a9b
commit 9c33cf4b6b
3 changed files with 9 additions and 16 deletions

View File

@@ -708,7 +708,7 @@
(defn- parse-block
([block]
(parse-block block nil))
([{:block/keys [uuid content meta file page parent left format] :as block} {:keys [with-id?]
([{:block/keys [uuid content page format] :as block} {:keys [with-id?]
:or {with-id? true}}]
(when-not (string/blank? content)
(let [block (dissoc block :block/pre-block?)