mirror of
https://github.com/logseq/logseq.git
synced 2026-05-05 19:36:35 +00:00
fix: don't create timestamps for page's properties area
This commit is contained in:
@@ -382,7 +382,8 @@
|
||||
|
||||
(defn- with-time-properties
|
||||
[block properties]
|
||||
(if (state/enable-block-time?)
|
||||
(if (and (state/enable-block-time?)
|
||||
(not (:block/pre-block? block)))
|
||||
(let [time (util/time-ms)
|
||||
props (into {} (:block/properties block))]
|
||||
(merge properties
|
||||
|
||||
Reference in New Issue
Block a user