0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-22 14:39:45 -05:00

Remove side effect on workspace initialization.

This commit is contained in:
Andrey Antukh 2015-12-18 19:20:48 +02:00
parent 5fddf7ca4d
commit e8235fcf02

View file

@ -127,7 +127,7 @@
(let [s {:project projectid
:toolboxes #{}
:page pageid}]
(update state :workspace merge s)))
(assoc state :workspace s)))
IPrintWithWriter
(-pr-writer [mv writer _]