mirror of
https://github.com/penpot/penpot.git
synced 2025-02-08 08:09:14 -05:00
Add selected shapes set of shapes to workspace state.
This commit is contained in:
parent
cd8b53174b
commit
45e63c385f
1 changed files with 1 additions and 0 deletions
|
@ -45,6 +45,7 @@
|
|||
(-apply-update [_ state]
|
||||
(let [s {:project projectid
|
||||
:toolboxes #{}
|
||||
:selected #{}
|
||||
:page pageid}]
|
||||
(assoc state :workspace s)))
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue