We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6f4cd1 commit a0b375dCopy full SHA for a0b375d
1 file changed
ios/parser/EditorParser.mm
@@ -150,7 +150,7 @@ - (NSString *)parseToHtmlFromRange:(NSRange)range {
150
[endedStyles minusSet: currentActiveStyles];
151
152
// also finish styles that should be ended becasue they are nested in a style that ended
153
- NSMutableSet *fixedEndedStyles = [endedStyles copy];
+ NSMutableSet *fixedEndedStyles = [endedStyles mutableCopy];
154
NSMutableSet *stylesToBeReAdded = [[NSMutableSet alloc] init];
155
156
for(NSNumber *style in endedStyles) {
0 commit comments