1 parent b8a24d3 commit 48c68d5Copy full SHA for 48c68d5
1 file changed
ios/EnrichedTextInputView.mm
@@ -358,7 +358,7 @@ - (void)updateProps:(Props::Shared const &)props oldProps:(Props::Shared const &
358
}
359
360
if(newViewProps.scrollEnabled != oldViewProps.scrollEnabled || textView.scrollEnabled != newViewProps.scrollEnabled) {
361
- [self setScrollEnabled: newViewProps.scrollEnabled];
+ [textView setScrollEnabled: newViewProps.scrollEnabled];
362
363
364
folly::dynamic oldMentionStyle = oldViewProps.htmlStyle.mention;
@@ -866,10 +866,6 @@ - (void)tryEmittingOnChangeHtmlEvent {
866
867
868
869
--(void)setScrollEnabled:(bool)scrollEnabled {
870
- [textView setScrollEnabled: scrollEnabled];
871
-}
872
-
873
// MARK: - Styles manipulation
874
875
- (void)toggleRegularStyle:(StyleType)type {
0 commit comments