Closed stephenarra closed 1 year ago
Hello @stephenarra, you can control this behavior by decreasing the threshold, where the list is still considered to be scrolled to the bottom. An example could be:
<VirtualizedMessageList additionalVirtuosoProps={{atBottomThreshold:30}}/>
Describe the bug
Using the
VirtualizedMessageList
component, it doesn't autoscroll to bottom when the first reaction is added.To Reproduce
Steps to reproduce the behavior:
VirtualizedMessageList
(eg. https://getstream.io/chat/demos/livestream/)Expected behavior
The entire message to be visible - it works as expected in the
MessageList
.Screenshots
Package version
Desktop (please complete the following information):
Additional context
I looked into using the
autoscrollToBottom
function in the message context, but it seemed to have no effect.