ScrollableList: nuke the overscan

This commit is contained in:
Alex Gleason 2022-06-02 20:37:05 -05:00
parent a4a20ddbe6
commit 68e80aa7be
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7

View file

@ -215,7 +215,6 @@ const ScrollableList = React.forwardRef<VirtuosoHandle, IScrollableList>(({
Item,
Footer: loadMore,
}}
overscan={{ main: 200, reverse: 200 }}
/>
);