enhance: mark time as select-none

This commit is contained in:
Tienson Qin
2024-12-29 16:12:18 +08:00
parent 64734820df
commit 7960fbe4b5

View File

@@ -397,7 +397,7 @@
(let [date (js/Date. value)
hours (.getHours date)
minutes (.getMinutes date)]
[:span
[:span.select-none
(str (util/zero-pad hours)
":"
(util/zero-pad minutes))])]]