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