0
Fork 0
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:
Andrey Antukh 2015-12-28 13:31:56 +02:00
parent cd8b53174b
commit 45e63c385f

View file

@ -45,6 +45,7 @@
(-apply-update [_ state]
(let [s {:project projectid
:toolboxes #{}
:selected #{}
:page pageid}]
(assoc state :workspace s)))