From a41787a38333a8b0caaff1d39a75d06ce64a3f06 Mon Sep 17 00:00:00 2001 From: Weihua Lu Date: Mon, 19 Apr 2021 15:40:53 +0800 Subject: [PATCH] chore: remove comment --- src/main/frontend/modules/shortcut/handler.cljs | 2 -- 1 file changed, 2 deletions(-) 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)