mirror of
https://github.com/penpot/penpot.git
synced 2025-08-07 14:38:33 +02:00
🐛 Fix many issue on workspace rendering (and adapt to rumext changes)
This commit is contained in:
parent
d34fc2512f
commit
2b35d85094
13 changed files with 248 additions and 287 deletions
|
@ -50,11 +50,13 @@
|
|||
(-> (l/lens resolve-project-pages)
|
||||
(l/derive st/state)))
|
||||
|
||||
;; DEPRECATED
|
||||
(def selected-page
|
||||
"Ref to the current selected page."
|
||||
(-> (l/lens resolve-page)
|
||||
(l/derive st/state)))
|
||||
|
||||
;; DEPRECATED
|
||||
(def selected-page-id
|
||||
"Ref to the current selected page id."
|
||||
(-> (l/key :id)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue