From 441f67ba99d4464548b01424a11de859c8f53daa Mon Sep 17 00:00:00 2001 From: Tienson Qin Date: Fri, 25 Dec 2020 22:58:06 +0800 Subject: [PATCH] fix: don't create timestamps for page's properties area --- src/main/frontend/handler/editor.cljs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main/frontend/handler/editor.cljs b/src/main/frontend/handler/editor.cljs index 0c89349a4a..b46d47bcd1 100644 --- a/src/main/frontend/handler/editor.cljs +++ b/src/main/frontend/handler/editor.cljs @@ -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