ScrollableList: nuke the overscan

dnd
Alex Gleason 2022-06-02 20:37:05 -05:00
rodzic a4a20ddbe6
commit 68e80aa7be
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 7211D1F99744FBB7
1 zmienionych plików z 0 dodań i 1 usunięć

Wyświetl plik

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