fix: suggestions from gabriel

This commit is contained in:
Tienson Qin
2022-07-06 20:13:14 +08:00
parent e8023b9246
commit 139075e679
10 changed files with 31 additions and 54 deletions

View File

@@ -105,7 +105,6 @@
(when show?
(reset! show? false)))
(clear-timestamp!)
(state/set-editor-show-date-picker! false)
(commands/restore-state))
(rum/defc time-repeater < rum/reactive
@@ -164,7 +163,7 @@
(util/format "[[%s]]" journal)
format
nil)
(state/set-editor-show-date-picker! false)
(state/clear-editor-action!)
(reset! commands/*current-command nil))))})
(when deadline-or-schedule?
(time-repeater))])))