fix image lazy loading/unloading
Some checks failed
Some checks failed
This commit is contained in:
@ -260,7 +260,7 @@ const ScrollableList = React.forwardRef<VirtuosoHandle, IScrollableList>(
|
||||
<Virtuoso
|
||||
useWindowScroll={useWindowScroll}
|
||||
{...params}
|
||||
overscan={window.innerHeight * 1.5}
|
||||
overscan={window.innerHeight * 3}
|
||||
ref={ref}
|
||||
data={data}
|
||||
totalCount={data.length}
|
||||
|
||||
Reference in New Issue
Block a user