ScrollableList: nuke the overscan

This commit is contained in:
Alex Gleason
2022-06-02 20:37:05 -05:00
parent a4a20ddbe6
commit 68e80aa7be

View File

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