Make ASTextNode copy exclusionPaths and attributedString

This commit is contained in:
Adlai Holler
2015-10-06 00:46:20 -07:00
parent ae3eb70f6a
commit 1801620094
2 changed files with 2 additions and 2 deletions

View File

@@ -354,7 +354,7 @@ static NSString *ASTextNodeTruncationTokenAttributeName = @"ASTextNodeTruncation
return;
}
_exclusionPaths = exclusionPaths;
_exclusionPaths = [exclusionPaths copy];
[self _invalidateRenderer];
[self invalidateCalculatedLayout];
ASDisplayNodeRespectThreadAffinityOfNode(self, ^{