0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-23 06:58:58 -05:00

Add drawing attribute on workspace.

This commit is contained in:
Andrey Antukh 2015-12-28 14:31:33 +02:00
parent 9db37cfd9b
commit 43bd56de23

View file

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