mirror of
https://github.com/penpot/penpot.git
synced 2025-06-04 23:11:39 +02:00
✨ Adapt code to rumext changes.
This commit is contained in:
parent
247be4a8a4
commit
176ca590e1
8 changed files with 15 additions and 22 deletions
|
@ -83,8 +83,8 @@
|
|||
:no-tool-bar-left (not left-sidebar?)
|
||||
:scrolling (:viewport-positionig workspace))]
|
||||
|
||||
(mf/use-effect {:deps #js [canvas page]
|
||||
:fn #(subscribe canvas page)})
|
||||
(mf/use-effect #(subscribe canvas page)
|
||||
#js [(:id page)])
|
||||
[:*
|
||||
(messages-widget)
|
||||
[:& header {:page page
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue