mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 03:18:23 -05:00
[GH-ISSUE #10756] OWU brakes browser's base refresh functonality #31551
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 @unlucio on GitHub (Feb 25, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/10756
For some reason
command+ris forcing the generation of a new output rather than refreshing the page.This is not advisable because it breaks the basic contract between the user and the browser, confusing usability.
How do I disable this behavior?
@tjbck commented on GitHub (Feb 25, 2025):
if text input area is focused command+r will regenerate the response.
@unlucio commented on GitHub (Feb 26, 2025):
Ok, but it's a behavior that breaks the standard contract of the web browser at large. It'd be nice to, at least, to be able to choose if one wants such behavior or not.