mirror of
https://github.com/penpot/penpot.git
synced 2026-08-01 19:06:18 +00:00
Remove side effect on workspace initialization.
This commit is contained in:
parent
5fddf7ca4d
commit
e8235fcf02
@ -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…
x
Reference in New Issue
Block a user