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:
parent
5fddf7ca4d
commit
e8235fcf02
1 changed files with 2 additions and 2 deletions
|
@ -127,7 +127,7 @@
|
||||||
(let [s {:project projectid
|
(let [s {:project projectid
|
||||||
:toolboxes #{}
|
:toolboxes #{}
|
||||||
:page pageid}]
|
:page pageid}]
|
||||||
(update state :workspace merge s)))
|
(assoc state :workspace s)))
|
||||||
|
|
||||||
IPrintWithWriter
|
IPrintWithWriter
|
||||||
(-pr-writer [mv writer _]
|
(-pr-writer [mv writer _]
|
||||||
|
|
Loading…
Add table
Reference in a new issue