diff --git a/src/main/frontend/modules/shortcut/handler.cljs b/src/main/frontend/modules/shortcut/handler.cljs index 1e521d4b3..71a25e6e6 100644 --- a/src/main/frontend/modules/shortcut/handler.cljs +++ b/src/main/frontend/modules/shortcut/handler.cljs @@ -20,8 +20,6 @@ (let [state-fn (state-f :component/box)] {:editor/new-block (editor-handler/keydown-new-block-handler state-fn) :editor/new-line (editor-handler/keydown-new-line-handler state-fn) - ;; :editor/up (editor-handler/keydown-up-down-handler :up) - ;; :editor/down (editor-handler/keydown-up-down-handler :down) :editor/left (editor-handler/keydown-arrow-handler :left) :editor/right (editor-handler/keydown-arrow-handler :right) :editor/indent (editor-handler/keydown-tab-handler state-fn :right)