Skip to content

Commit 7eaa97e

Browse files
committed
fix spacing
1 parent d32c59d commit 7eaa97e

File tree

1 file changed

+2
-2
lines changed
  • packages/react-native-web/src/vendor/react-native/VirtualizedList

1 file changed

+2
-2
lines changed

packages/react-native-web/src/vendor/react-native/VirtualizedList/index.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1677,8 +1677,8 @@ class VirtualizedList extends React.PureComponent<Props, State> {
16771677
onEndReached({distanceFromEnd});
16781678
}
16791679

1680-
// Next check if the user just scrolled within the start threshold
1681-
// and call onStartReached only once for a given content length,
1680+
// Next check if the user just scrolled within the start threshold
1681+
// and call onStartReached only once for a given content length,
16821682
// and only if onEndReached is not being executed
16831683
else if (
16841684
onStartReached &&

0 commit comments

Comments
 (0)