mirror of
https://github.com/logseq/logseq.git
synced 2026-04-29 00:24:51 +00:00
fix: edn import: keep block uuid; remove redundant last block
fix: json import uuid failure enhance: improve get-all-referenced-blocks-uuid query
This commit is contained in:
@@ -157,7 +157,6 @@
|
||||
(when (seq txs)
|
||||
(db/transact! txs)))
|
||||
|
||||
(prn "creating" page-name) ;; TODO Junyi
|
||||
(when create-first-block?
|
||||
(when (or
|
||||
(db/page-empty? repo (:db/id (db/entity [:block/name page-name])))
|
||||
|
||||
Reference in New Issue
Block a user