mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-31 14:00:34 -05:00
[GH-ISSUE #1195] bug: auto scroll fails to stop with small scroll amounts #51055
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 @fbirlik on GitHub (Mar 18, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/1195
Bug Report
Description
Bug Summary:
Auto scroll does not stop with small scroll amounts
Steps to Reproduce:
While autoscroll is enabled, try to scroll up to disable auto scroll, it keeps jumping back to auto scroll
Expected Behavior:
When I start scrolling upward, auto-scroll should be disabled much more easily without needing to make a big jump
@fbirlik commented on GitHub (Mar 18, 2024):
#1196 fixes the issue