mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-30 05:18:47 -05:00
[PR #1311] [MERGED] Add wait for tick before scrolling down in openai #107943
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?
📋 Pull Request Information
Original PR: https://github.com/open-webui/open-webui/pull/1311
Author: @AndrewRyanChama
Created: 3/26/2024
Status: ✅ Merged
Merged: 3/27/2024
Merged by: @tjbck
Base:
dev← Head:arc/openaitick📝 Commits (2)
ac294a7Merge pull request #1277 from open-webui/devd245b75Add wait for tick before scrolling down in openai📊 Changes
2 files changed (+8 additions, -0 deletions)
View changed files
📝
src/routes/(app)/+page.svelte(+4 -0)📝
src/routes/(app)/c/[id]/+page.svelte(+4 -0)📄 Description
We had this wait on ollama but not for openai, causing it to fail to scroll down in certain cases.
This fixes the issue.
I don't actually know what tick does, but the ollama version of this function has it and that has no issues.
Pull Request Checklist
Description
[Insert a brief description of the changes made in this pull request]
Changelog Entry
Added
Fixed
Changed
Removed
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.