mirror of
https://github.com/status-im/react-native.git
synced 2025-01-27 09:45:04 +00:00
This Fixes scroll to top and resigning first responder
Reviewed By: tadeuzagallo Differential Revision: D2713488 fb-gh-sync-id: 99b2646f7bf8a3ee889bbb856c298beed6817321
This commit is contained in:
parent
dff8f53664
commit
dde55c30ea
@ -81,6 +81,7 @@
|
||||
_textView.delegate = self;
|
||||
|
||||
_scrollView = [[UIScrollView alloc] initWithFrame:CGRectZero];
|
||||
_scrollView.scrollsToTop = NO;
|
||||
[_scrollView addSubview:_textView];
|
||||
|
||||
_previousSelectionRange = _textView.selectedTextRange;
|
||||
|
Loading…
x
Reference in New Issue
Block a user