fix(editor): allow up/down arrows for repeater time selection

This commit is contained in:
Tienson Qin
2020-12-17 19:37:06 +08:00
parent c3538b2268
commit 42967ea782
5 changed files with 26 additions and 12 deletions

View File

@@ -141,8 +141,8 @@
(string/lower-case current-command)))
date (get @*timestamp :date)]
(when (state/sub :editor/show-date-picker?)
[:div.flex.flex-row {:on-click (fn [e]
(util/stop e))}
[:div#date-time-picker.flex.flex-row {:on-click (fn [e]
(util/stop e))}
(ui/datepicker
date
{:deadline-or-schedule? deadline-or-schedule?