Skip to content

Commit de1086d

Browse files
Saadnajmitido64
andauthored
Update RCTTextInputComponentView.mm
Co-authored-by: Tommy Nguyen <[email protected]>
1 parent 67580db commit de1086d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-native/React/Fabric/Mounting/ComponentViews/TextInput/RCTTextInputComponentView.mm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -724,7 +724,7 @@ - (void)scrollViewDidScroll:(RCTUIScrollView *)scrollView // [macOS]
724724
#if !TARGET_OS_OSX // [macOS]
725725
static_cast<const TextInputEventEmitter &>(*_eventEmitter).onScroll([self _textInputMetrics]);
726726
#else // [macOS
727-
static_cast<const TextInputEventEmitter &>(*_eventEmitter).onScroll([self _textInputMetricsWithScrollView:scrollView]);
727+
static_cast<const TextInputEventEmitter &>(*_eventEmitter).onScroll([self _textInputMetricsWithScrollView:scrollView]);
728728
#endif // macOS]
729729
}
730730
}

0 commit comments

Comments
 (0)