-
Notifications
You must be signed in to change notification settings - Fork 500
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Focus on beginning of message #774
Comments
We don't have a way to do this as part of the native web ui, I can see if I can figure out a way to do it with a customization however. |
Thanks, @atjohns. I wonder if I could add some auto-scrolling Java script to the file that controls the messaging display. Something like: // Add this function to handle auto-scrolling // Call the scrollToTop function whenever a new message is added // Scroll to the top of the new message If you think this is feasible, which file(s) would need to be manipulated? Thanks |
Hey apologies for not looking at this earlier, let me know if you still need some suggestions I will have to dig into it. |
When my bot provides an answer or provides a set of response cards, the message list shows the end of the last communication causing the user to have to scroll back up to read the beginning of the response. How do I get the focus to stick on the beginning of the response instead of the end of it?
I'm getting this:
When I want this:
The text was updated successfully, but these errors were encountered: