mirror of
https://github.com/logseq/logseq.git
synced 2026-05-03 18:36:43 +00:00
fix(editor): fix empty :block/marker
This commit is contained in:
@@ -743,7 +743,7 @@
|
||||
properties (into {} (:block/properties block))]
|
||||
(if (and
|
||||
new-marker
|
||||
(not= new-marker (string/lower-case (or :block/marker block "")))
|
||||
(not= new-marker (string/lower-case (or (:block/marker block) "")))
|
||||
(state/enable-timetracking?))
|
||||
(assoc properties new-marker (util/time-ms))
|
||||
properties)))
|
||||
|
||||
Reference in New Issue
Block a user