mirror of
https://github.com/penpot/penpot.git
synced 2025-08-02 18:28:31 +02:00
Implement pagesbar toggle.
This commit is contained in:
parent
9e0edbc082
commit
ede2d4becd
5 changed files with 42 additions and 12 deletions
|
@ -124,9 +124,10 @@
|
|||
(reify
|
||||
rs/UpdateEvent
|
||||
(-apply-update [_ state]
|
||||
(assoc state :workspace {:project projectid
|
||||
:page pageid
|
||||
:toolboxes {}}))
|
||||
(let [s {:project projectid
|
||||
:page pageid
|
||||
:toolboxes {}}]
|
||||
(update state :workspace merge s)))
|
||||
|
||||
IPrintWithWriter
|
||||
(-pr-writer [mv writer _]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue