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

View file

@ -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)))