Ensure that message heights are always recomputed
This commit is contained in:
parent
77924918df
commit
518ebc315e
3 changed files with 15 additions and 5 deletions
|
@ -888,6 +888,7 @@ export function _conversationMessagesSelector(
|
|||
loadCountdownStart,
|
||||
items,
|
||||
isNearBottom,
|
||||
messageHeightChangeBaton: heightChangeMessageIds,
|
||||
messageHeightChangeIndex:
|
||||
isNumber(messageHeightChangeIndex) && messageHeightChangeIndex >= 0
|
||||
? messageHeightChangeIndex
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue