fix: deadline && scheduled not working

This commit is contained in:
Tienson Qin
2021-03-27 12:36:46 +08:00
parent 4bf475fb04
commit b5d9200f82
2 changed files with 5 additions and 2 deletions

View File

@@ -1418,7 +1418,10 @@
(when (and (if check-idle? (state/input-idle? repo) true)
(not (state/get-editor-show-page-search?))
(not (state/get-editor-show-page-search-hashtag?))
(not (state/get-editor-show-block-search?)))
(not (state/get-editor-show-block-search?))
(not (state/get-editor-show-date-picker?))
(not (state/get-editor-show-template-search?))
(not (state/get-editor-show-input)))
(state/set-editor-op! :auto-save)
(try
(let [input-id (state/get-edit-input-id)