mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-17 12:19:12 +08:00
<TextView>.onContentSizeChange now fires on ANY content changing circumstances
Reviewed By: blairvanderhoof Differential Revision: D4625916 fbshipit-source-id: 80191a07edaf404a70a7571ada2d849619407bda
This commit is contained in:
committed by
Facebook Github Bot
parent
160b1c8ee5
commit
4040e89ac5
@@ -238,6 +238,7 @@ static NSAttributedString *removeReactTagFromString(NSAttributedString *string)
|
||||
[_textView layoutIfNeeded];
|
||||
|
||||
[self updatePlaceholderVisibility];
|
||||
[self updateContentSize];
|
||||
|
||||
_blockTextShouldChange = NO;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user