mirror of
https://github.com/logseq/logseq.git
synced 2026-04-29 16:36:27 +00:00
fix: missing title properties when page name contains / or reserved chars
Close #5171
This commit is contained in:
@@ -264,7 +264,7 @@
|
||||
:block/original-name original-page-name}
|
||||
(when with-id?
|
||||
(if page-entity
|
||||
{}
|
||||
{:block/uuid (:block/uuid page-entity)}
|
||||
{:block/uuid (db/new-block-id)}))
|
||||
(when namespace?
|
||||
(let [namespace (first (gp-util/split-last "/" original-page-name))]
|
||||
|
||||
Reference in New Issue
Block a user