mirror of
https://github.com/logseq/logseq.git
synced 2026-05-28 14:39:48 +00:00
fix: keep title for built-in blocks when exporting debug transit
This commit is contained in:
@@ -65,6 +65,7 @@
|
||||
(if (and (contains? #{:block/title :block/name} a)
|
||||
(let [entity (d/entity @conn e)]
|
||||
(and (not (:db/ident entity))
|
||||
(not (ldb/journal? entity)))))
|
||||
(not (ldb/journal? entity))
|
||||
(not (:logseq.property/built-in? entity)))))
|
||||
(d/datom e a (str "debug " e) t)
|
||||
(d/datom e a v t))))))
|
||||
|
||||
Reference in New Issue
Block a user