mirror of
https://github.com/logseq/logseq.git
synced 2026-06-01 19:01:22 +00:00
fix: import with journal refs result in invalid blocks
This commit is contained in:
@@ -320,8 +320,8 @@
|
||||
:block/title original-page-name'}
|
||||
(when (and original-page-name
|
||||
(not= (string/lower-case original-page-name)
|
||||
(string/lower-case original-page-name')))
|
||||
|
||||
(string/lower-case original-page-name'))
|
||||
(not @*export-to-db-graph?))
|
||||
{:block.temp/original-page-name original-page-name})
|
||||
(if (and class? page-entity (:db/ident page-entity))
|
||||
{:block/uuid (:block/uuid page-entity)
|
||||
|
||||
Reference in New Issue
Block a user