fix: prevent default

This commit is contained in:
Weihua Lu
2021-06-04 21:48:33 +08:00
committed by Tienson Qin
parent afb93eca99
commit 94a9ea4988

View File

@@ -2366,6 +2366,7 @@
(when (and (not (state/get-editor-show-input))
(not (state/get-editor-show-date-picker?))
(not (state/get-editor-show-template-search?)))
(util/stop e)
(indent-outdent (not (= :left direction)))
(and input pos
(when-let [input (state/get-input)]