We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d32c59d commit 7eaa97eCopy full SHA for 7eaa97e
packages/react-native-web/src/vendor/react-native/VirtualizedList/index.js
@@ -1677,8 +1677,8 @@ class VirtualizedList extends React.PureComponent<Props, State> {
1677
onEndReached({distanceFromEnd});
1678
}
1679
1680
- // Next check if the user just scrolled within the start threshold
1681
- // and call onStartReached only once for a given content length,
+ // Next check if the user just scrolled within the start threshold
+ // and call onStartReached only once for a given content length,
1682
// and only if onEndReached is not being executed
1683
else if (
1684
onStartReached &&
0 commit comments