[PR #1196] [MERGED] fix: auto scroll fails to stop with small scroll amounts #20593

Closed
opened 2026-04-20 03:04:18 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/open-webui/pull/1196
Author: @fbirlik
Created: 3/18/2024
Status: Merged
Merged: 3/18/2024
Merged by: @tjbck

Base: devHead: patch-autoscrolldisable


📝 Commits (2)

  • 5ce421e Merge pull request #1144 from open-webui/dev
  • adbcb06 fix: auto scroll fails to stop with small scroll amounts

📊 Changes

2 files changed (+2 additions, -2 deletions)

View changed files

📝 src/routes/(app)/+page.svelte (+1 -1)
📝 src/routes/(app)/c/[id]/+page.svelte (+1 -1)

📄 Description

Description

Reduce scroll threshold required to disable auto scroll from 50px to 5px


Changelog Entry

Fixed

  • auto scroll fails to stop with small scroll amounts

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/open-webui/open-webui/pull/1196 **Author:** [@fbirlik](https://github.com/fbirlik) **Created:** 3/18/2024 **Status:** ✅ Merged **Merged:** 3/18/2024 **Merged by:** [@tjbck](https://github.com/tjbck) **Base:** `dev` ← **Head:** `patch-autoscrolldisable` --- ### 📝 Commits (2) - [`5ce421e`](https://github.com/open-webui/open-webui/commit/5ce421e7faf79f8d7a28fd7cebe6fdc445c4146e) Merge pull request #1144 from open-webui/dev - [`adbcb06`](https://github.com/open-webui/open-webui/commit/adbcb0689234066dddfbec59a76689802ea5cd30) fix: auto scroll fails to stop with small scroll amounts ### 📊 Changes **2 files changed** (+2 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `src/routes/(app)/+page.svelte` (+1 -1) 📝 `src/routes/(app)/c/[id]/+page.svelte` (+1 -1) </details> ### 📄 Description ## Description Reduce scroll threshold required to disable auto scroll from 50px to 5px --- ### Changelog Entry ### Fixed - auto scroll fails to stop with small scroll amounts --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-20 03:04:18 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#20593