mirror of
https://github.com/penpot/penpot.git
synced 2025-08-01 00:58:28 +02:00
♻️ Refactor workspace initialization.
And fix comment positioning when coment is in a different page.
This commit is contained in:
parent
3379eed38e
commit
d59622cd5f
10 changed files with 132 additions and 134 deletions
|
@ -12,5 +12,9 @@
|
|||
[rumext.alpha :as mf]))
|
||||
|
||||
(def embed-ctx (mf/create-context false))
|
||||
|
||||
(def render-ctx (mf/create-context nil))
|
||||
|
||||
(def current-team-id (mf/create-context nil))
|
||||
(def current-project-id (mf/create-context nil))
|
||||
(def current-page-id (mf/create-context nil))
|
||||
(def current-file-id (mf/create-context nil))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue