We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d190fc9 commit fad2ad0Copy full SHA for fad2ad0
1 file changed
ios/views/EnrichedMarkdownInternalText.m
@@ -78,6 +78,7 @@ - (void)applyAttributedText:(NSMutableAttributedString *)text context:(RenderCon
78
[_textView.layoutManager invalidateLayoutForCharacterRange:NSMakeRange(0, text.length) actualCharacterRange:NULL];
79
80
[_spoilerManager setNeedsUpdate];
81
+ [self setNeedsLayout];
82
83
#if !TARGET_OS_OSX
84
[_textView setNeedsLayout];
0 commit comments