Increase overscan count (#29392)
This commit is contained in:
@@ -108,6 +108,7 @@ const MemberListView: React.FC<IProps> = (props: IProps) => {
|
|||||||
// Subtract the height of MemberlistHeaderView so that the parent div does not overflow.
|
// Subtract the height of MemberlistHeaderView so that the parent div does not overflow.
|
||||||
height={height - 113}
|
height={height - 113}
|
||||||
width={width}
|
width={width}
|
||||||
|
overscanRowCount={15}
|
||||||
/>
|
/>
|
||||||
)}
|
)}
|
||||||
</AutoSizer>
|
</AutoSizer>
|
||||||
|
|||||||
Reference in New Issue
Block a user