ScrollableList: nuke the overscan
This commit is contained in:
parent
a4a20ddbe6
commit
68e80aa7be
1 changed files with 0 additions and 1 deletions
|
@ -215,7 +215,6 @@ const ScrollableList = React.forwardRef<VirtuosoHandle, IScrollableList>(({
|
|||
Item,
|
||||
Footer: loadMore,
|
||||
}}
|
||||
overscan={{ main: 200, reverse: 200 }}
|
||||
/>
|
||||
);
|
||||
|
||||
|
|
Loading…
Reference in a new issue