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:
parent
9db37cfd9b
commit
43bd56de23
1 changed files with 1 additions and 0 deletions
|
@ -45,6 +45,7 @@
|
|||
(-apply-update [_ state]
|
||||
(let [s {:project projectid
|
||||
:toolboxes #{}
|
||||
:drawing nil
|
||||
:selected #{}
|
||||
:page pageid}]
|
||||
(assoc state :workspace s)))
|
||||
|
|
Loading…
Add table
Reference in a new issue