mirror of
https://github.com/logseq/logseq.git
synced 2026-05-03 02:16:30 +00:00
fix: insert timestamps on creating page entity by default
This commit is contained in:
@@ -268,7 +268,7 @@
|
||||
(if (and (:block/pre-block? block)
|
||||
(seq (:block/properties block)))
|
||||
(let [page-properties (:block/properties block)
|
||||
str->page (fn [n] (block/page-name->map n true true))
|
||||
str->page (fn [n] (block/page-name->map n true))
|
||||
refs (->> page-properties
|
||||
(filter (fn [[_ v]] (coll? v)))
|
||||
(vals)
|
||||
|
||||
Reference in New Issue
Block a user