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
fix: Move scroll of message list without scrollIntoView (#460)
Issue
* If customer had setup OpenChannel on a Page that has scroll, it used
to scroll the whole page, unintentionally
* The function `scrollIntoView` has affected the outside element.
So it triggers weird scroll behavior that we didn't expect of the parent
elements.
Fix
* Move message list scroll using element.scrollTop instead of the
function scrollIntoView in the OpenChannelMessageList
[UIKIT-3420](https://sendbird.atlassian.net/browse/UIKIT-3420)
0 commit comments