You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, when a user closes a thread, they are taken to the top of the MessageList, which causes them to lose their previous scroll position. Instead, the expected behavior is that the user should remain at the ThreadMainMessage when they close the thread.
As an EmbeddedChat Developer
I need to: Maintain the user's scroll position at the ThreadMainMessage when they close a thread. So that: The user does not get scrolled to the top of all currently loaded messages and can continue their conversation seamlessly.
Acceptance Criteria
When a thread is closed, the scroll position should remain at the ThreadMainMessage.
The text was updated successfully, but these errors were encountered:
Description
Currently, when a user closes a thread, they are taken to the top of the
MessageList
, which causes them to lose their previous scroll position. Instead, the expected behavior is that the user should remain at theThreadMainMessage
when they close the thread.As an EmbeddedChat Developer
I need to: Maintain the user's scroll position at the
ThreadMainMessage
when they close a thread.So that: The user does not get scrolled to the top of all currently loaded messages and can continue their conversation seamlessly.
Acceptance Criteria
ThreadMainMessage
.The text was updated successfully, but these errors were encountered: