mirror of
https://github.com/logseq/logseq.git
synced 2026-04-28 08:04:40 +00:00
fix: tab not working anymore after using datepicker
This commit is contained in:
@@ -157,7 +157,8 @@
|
||||
(util/format "[[%s]]" journal)
|
||||
format
|
||||
nil)
|
||||
(state/set-editor-show-date-picker! false))
|
||||
(state/set-editor-show-date-picker! false)
|
||||
(reset! commands/*current-command nil))
|
||||
(swap! *timestamp assoc :date date)))})
|
||||
(when deadline-or-schedule?
|
||||
(time-repeater))])))
|
||||
|
||||
Reference in New Issue
Block a user