diff --git a/ios/views/EnrichedMarkdownInternalText.m b/ios/views/EnrichedMarkdownInternalText.m index cdb8a0b5..20700c5d 100644 --- a/ios/views/EnrichedMarkdownInternalText.m +++ b/ios/views/EnrichedMarkdownInternalText.m @@ -78,6 +78,7 @@ - (void)applyAttributedText:(NSMutableAttributedString *)text context:(RenderCon [_textView.layoutManager invalidateLayoutForCharacterRange:NSMakeRange(0, text.length) actualCharacterRange:NULL]; [_spoilerManager setNeedsUpdate]; + [self setNeedsLayout]; #if !TARGET_OS_OSX [_textView setNeedsLayout];