We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 412b5d3 commit 44fee32Copy full SHA for 44fee32
packages/react-native/React/Fabric/Mounting/ComponentViews/TextInput/RCTTextInputComponentView.mm
@@ -942,7 +942,7 @@ - (void)handleInputAccessoryDoneButton
942
943
if (scrollView) {
944
metrics.contentOffset = RCTPointFromCGPoint(scrollView.contentOffset);
945
- metrics.contentInse t = RCTEdgeInsetsFromUIEdgeInsets(scrollView.contentInset);
+ metrics.contentInset = RCTEdgeInsetsFromUIEdgeInsets(scrollView.contentInset);
946
metrics.contentSize = RCTSizeFromCGSize(scrollView.contentSize);
947
metrics.layoutMeasurement = RCTSizeFromCGSize(scrollView.bounds.size);
948
metrics.zoomScale = scrollView.zoomScale ?: 1;
0 commit comments