浏览代码

Remove unused code

Tienson Qin 3 年之前
父节点
当前提交
3581fe6abf
共有 1 个文件被更改,包括 0 次插入3 次删除
  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