Increase overscan count (#29392)

This commit is contained in:
R Midhun Suresh
2025-04-01 14:51:15 +05:30
committed by GitHub
parent d8ecb6362a
commit d5e070b300

View File

@@ -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>