mirror of
https://github.com/logseq/logseq.git
synced 2026-04-28 16:15:21 +00:00
Update src/main/frontend/components/datetime.cljs
Co-authored-by: Konstantinos <sprocketc@gmail.com>
This commit is contained in:
committed by
Tienson Qin
parent
00d3a25aaa
commit
10ec7d6c8f
@@ -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?
|
||||
|
||||
Reference in New Issue
Block a user