Recompute row heights on coalesced updates
This commit is contained in:
@@ -160,7 +160,7 @@ export const ConversationList: React.FC<PropsType> = ({
|
||||
if (shouldRecomputeRowHeights && list) {
|
||||
list.recomputeRowHeights();
|
||||
}
|
||||
}, [shouldRecomputeRowHeights]);
|
||||
});
|
||||
|
||||
const calculateRowHeight = useCallback(
|
||||
({ index }: { index: number }): number => {
|
||||
|
Reference in New Issue
Block a user