mirror of
https://github.com/logseq/logseq.git
synced 2026-04-30 17:06:23 +00:00
fix: frontend lints
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user