mirror of
https://github.com/logseq/logseq.git
synced 2026-04-27 15:45:00 +00:00
fix: backspace in scheduled/deadline time input not working
This commit is contained in:
@@ -26,6 +26,7 @@
|
||||
{:style {:width 240}
|
||||
:default-value default-value
|
||||
:on-change (fn [event]
|
||||
(util/stop event)
|
||||
(let [value (util/evalue event)]
|
||||
(swap! *timestamp assoc :time value)))}]
|
||||
[:a.ml-2.self-center {:on-click (fn []
|
||||
|
||||
Reference in New Issue
Block a user