Recompute row heights on coalesced updates
This commit is contained in:
parent
dee900479f
commit
1a682fa297
1 changed files with 1 additions and 1 deletions
|
@ -160,7 +160,7 @@ export const ConversationList: React.FC<PropsType> = ({
|
|||
if (shouldRecomputeRowHeights && list) {
|
||||
list.recomputeRowHeights();
|
||||
}
|
||||
}, [shouldRecomputeRowHeights]);
|
||||
});
|
||||
|
||||
const calculateRowHeight = useCallback(
|
||||
({ index }: { index: number }): number => {
|
||||
|
|
Loading…
Add table
Reference in a new issue