mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-11 17:47:44 -05:00
Option to stop auto-scroll #18
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @abulka on GitHub (Oct 31, 2023).
Originally assigned to: @tjbck on GitHub.
Is your feature request related to a problem? Please describe.
When I'm waiting for the full answer to appear I often like to scroll backwards and read the start of the answer. Currently I cannot scroll back because as soon as I do, the UI scrolls me to the bottom again!
Describe the solution you'd like
Allow me to scroll backwards. Only engage "auto keep to the bottom" mode if I have actually scrolled to the bottom of the page. Alternatively add an option to turn off auto scroll to the bottom.
See ChatGPT for the behaviour I am describing, which ChatGPT has already implemented.
@tjbck commented on GitHub (Nov 1, 2023):
Hi, I'll think of ways to add that as well, Thanks!
@tjbck commented on GitHub (Nov 2, 2023):
Implemented with #48. Keep us in the loop and let us know if it's working as intended for you. Thanks.