fix: frontend lints

This commit is contained in:
Gabriel Horner
2024-05-02 15:23:00 -04:00
parent 24c48e7a87
commit d4d7b574a3
4 changed files with 3 additions and 8 deletions

View File

@@ -138,7 +138,6 @@
[goog.dom :as gdom]
[goog.object :as gobj]
[frontend.schema.handler.common-config :refer [Config-edn]]
[malli.util :as mu]
[malli.core :as m]
[rum.core :as rum]
[promesa.core :as p]))
@@ -459,7 +458,6 @@
{:editor editor
:config config
:state state})))
(.addEventListener element "keydown" (fn [e]
(let [key-code (.-code e)
meta-or-ctrl-pressed? (or (.-ctrlKey e) (.-metaKey e))