mirror of
https://github.com/penpot/penpot.git
synced 2025-02-14 19:19:09 -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]
|
(-apply-update [_ state]
|
||||||
(let [s {:project projectid
|
(let [s {:project projectid
|
||||||
:toolboxes #{}
|
:toolboxes #{}
|
||||||
|
:selected #{}
|
||||||
:page pageid}]
|
:page pageid}]
|
||||||
(assoc state :workspace s)))
|
(assoc state :workspace s)))
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue