Update src/main/frontend/components/datetime.cljs

Co-authored-by: Konstantinos <sprocketc@gmail.com>
This commit is contained in:
Lewis Sparlin
2023-07-05 19:17:46 -05:00
committed by Tienson Qin
parent 00d3a25aaa
commit 10ec7d6c8f

View File

@@ -152,7 +152,7 @@
(string/lower-case current-command)))
date (state/sub :date-picker/date)]
[:div#date-time-picker.flex.flex-col.sm:flex-row {:on-click (fn [e] (util/stop e))
:on-mouse-down (fn [e] (.stopPropagation e))}
:on-mouse-down (fn [e] (.stopPropagation e))}
(ui/datepicker
date
{:deadline-or-schedule? deadline-or-schedule?