0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-23 15:09:10 -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] (-apply-update [_ state]
(let [s {:project projectid (let [s {:project projectid
:toolboxes #{} :toolboxes #{}
:drawing nil
:selected #{} :selected #{}
:page pageid}] :page pageid}]
(assoc state :workspace s))) (assoc state :workspace s)))