mirror of
https://github.com/logseq/logseq.git
synced 2026-05-03 18:36:43 +00:00
fix(editor): :black/marker might be empty
This commit is contained in:
@@ -743,7 +743,7 @@
|
||||
properties (into {} (:block/properties block))]
|
||||
(if (and
|
||||
new-marker
|
||||
(not= new-marker (string/lower-case (: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