Browse Source

fix: lint warnings

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

+ 1 - 1
src/main/frontend/handler/editor/keyboards.cljs

@@ -11,7 +11,7 @@
     (mixins/hide-when-esc-or-outside
      state
      :on-hide
-     (fn [_state e event]
+     (fn [_state _e event]
        (cond
          (contains?
           #{:commands :block-commands