mirror of
https://github.com/penpot/penpot.git
synced 2025-06-08 08:01:38 +02:00
✨ Create feature for plugins
This commit is contained in:
parent
d7324b2e98
commit
7b508f2803
4 changed files with 38 additions and 5 deletions
|
@ -25,7 +25,7 @@
|
|||
[app.main.ui.modal :refer [modal]]
|
||||
[app.main.ui.routes :as rt]
|
||||
[app.main.worker :as worker]
|
||||
[app.plugins.api]
|
||||
[app.plugins :as plugins]
|
||||
[app.util.dom :as dom]
|
||||
[app.util.i18n :as i18n]
|
||||
[app.util.theme :as theme]
|
||||
|
@ -105,7 +105,8 @@
|
|||
(rx/map deref)
|
||||
(rx/filter du/is-authenticated?)
|
||||
(rx/take 1)
|
||||
(rx/map #(ws/initialize)))))))
|
||||
(rx/map #(ws/initialize))
|
||||
(rx/tap #(plugins/init!)))))))
|
||||
|
||||
(defn ^:export init
|
||||
[]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue