Skip to content

Commit

Permalink
docs: update getScrollElement description
Browse files Browse the repository at this point in the history
  • Loading branch information
jonahallibone authored Jan 10, 2024
1 parent 26dca7c commit 0a73be9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api/virtualizer.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ The total number of items to virtualize.
getScrollElement: () => TScrollElement
```

A function that returns the scrollable element for the virtualizer. It may return undefined if the element is not available yet.
A function that returns the scrollable element for the virtualizer. It may return null if the element is not available yet.

### `estimateSize`

Expand Down

0 comments on commit 0a73be9

Please sign in to comment.