mirror of
https://github.com/penpot/penpot.git
synced 2025-07-28 20:37:23 +02:00
✨ Refactor to the context api
This commit is contained in:
parent
7b508f2803
commit
0ffd82299f
7 changed files with 187 additions and 82 deletions
|
@ -18,6 +18,4 @@
|
|||
(when (features/active-feature? @st/state "plugins/runtime")
|
||||
(when-let [init-runtime (obj/get global "initPluginsRuntime")]
|
||||
(let [context (api/create-context)]
|
||||
(when *assert*
|
||||
(js/console.log "Plugins context" context))
|
||||
(init-runtime context)))))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue