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
In MessageList.tsx, we have this snippet, which tries to get the newly appearing bot messages to appear on the screen (by automatically scrolling the page down to it).
In MessageList.tsx, we have this snippet, which tries to get the newly appearing bot messages to appear on the screen (by automatically scrolling the page down to it).
However, if the user happens to scroll away while the bot is thinking, we will fight with the user to keep scrolling to the bottom.
I think we can make this apply only if the user is close to the bottom of the screen, and not otherwise.
The text was updated successfully, but these errors were encountered: