ScrollableList: nuke the overscan
This commit is contained in:
parent
a4a20ddbe6
commit
68e80aa7be
|
@ -215,7 +215,6 @@ const ScrollableList = React.forwardRef<VirtuosoHandle, IScrollableList>(({
|
|||
Item,
|
||||
Footer: loadMore,
|
||||
}}
|
||||
overscan={{ main: 200, reverse: 200 }}
|
||||
/>
|
||||
);
|
||||
|
||||
|
|
Loading…
Reference in New Issue