mirror of
https://github.com/logseq/logseq.git
synced 2026-05-05 19:36:35 +00:00
fix: edit an empty page for file and db graphs
To repro, create a block with a page-ref, click into page and then click on 'Click here to edit'
This commit is contained in:
@@ -75,7 +75,7 @@
|
||||
page-name (common-util/page-name-sanity-lc title)]
|
||||
[title page-name]))
|
||||
|
||||
(defn- build-first-block-tx
|
||||
(defn build-first-block-tx
|
||||
[page-uuid format]
|
||||
(let [page-id [:block/uuid page-uuid]]
|
||||
[(sqlite-util/block-with-timestamps
|
||||
|
||||
Reference in New Issue
Block a user