diff --git a/src/main/frontend/handler/editor.cljs b/src/main/frontend/handler/editor.cljs index e92a30daf..cdc23740b 100644 --- a/src/main/frontend/handler/editor.cljs +++ b/src/main/frontend/handler/editor.cljs @@ -743,7 +743,7 @@ properties (into {} (:block/properties block))] (if (and new-marker - (not= new-marker (:block/marker block)) + (not= new-marker (string/lower-case (:block/marker block))) (state/enable-timetracking?)) (assoc properties new-marker (util/time-ms)) properties)))