Move to local bindings && events bus (#1686)

refactor: switch to global && local shortcuts

Also, use an events channel to decouple components and handlers
This commit is contained in:
Tienson Qin
2021-04-25 09:43:18 +08:00
committed by GitHub
parent aa2e3bd804
commit 45533ce77b
24 changed files with 475 additions and 586 deletions

View File

@@ -23,7 +23,6 @@
[frontend.handler.route :as route-handler]
[frontend.handler.export :as export]
[frontend.config :as config]
[frontend.modules.shortcut.core :as shortcut]
[dommy.core :as d]
[clojure.string :as string]
[goog.object :as gobj]