Ensures that text style properties are copied by value, not by reference (#4385)
* Ensures that text style properties are copied by value, not by reference
Fixes an issue where

* removed duplicate code

* Reduce loop over object properties to within deepCopyProperties
1 parent 64ca373 commit 0008ccd104b0b3dd73d86ef14e2aa0fe26be067c
@Dave Moore Dave Moore authored on 30 Oct 2017
Matt Karl committed on 31 Oct 2017
Showing 2 changed files
View
packages/text/src/TextStyle.js
View
packages/text/test/TextStyle.js