Message List: Fix bottom snap not applying before scroll (#6508)

This commit is contained in:
zubiden 2025-12-08 17:39:23 +01:00 committed by Alexander Zinchuk
parent 2968c42b22
commit 2781b6032a

View File

@ -742,6 +742,8 @@ const MessageList = ({
requestMeasure(() => {
isScrollTopJustUpdatedRef.current = false;
updateBottomSnapClass();
});
}