Browse Source

Remove unused code

Tienson Qin 3 years ago
parent
commit
3581fe6abf
1 changed files with 0 additions and 3 deletions
  1. 0 3
      src/main/frontend/handler/editor/keyboards.cljs

+ 0 - 3
src/main/frontend/handler/editor/keyboards.cljs

@@ -27,9 +27,6 @@
            (= :input (state/get-editor-action))
            nil
 
-           (d/has-class? target "bottom-action") ;; FIXME: not particular case
-           (.preventDefault e)
-
            :else
            (let [{:keys [on-hide value]} (editor-handler/get-state)]
              (when on-hide