mirror of
https://github.com/logseq/logseq.git
synced 2026-04-27 23:54:55 +00:00
fix(editor): allow up/down arrows for repeater time selection
This commit is contained in:
@@ -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?
|
||||
|
||||
Reference in New Issue
Block a user