mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-11 00:04:08 -05:00
feat: Allow exiting chat rename edit mode with Escape key and revert changes #4237
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 @bannert1337 on GitHub (Mar 4, 2025).
Feature Request
Problem Description
Currently, when renaming a chat, there's no keyboard shortcut to cancel editing while maintaining the original chat name. Users need to manually revert changes or click outside the input field which might accidentally save unwanted edits.
Proposed Solution
Implement Escape key functionality to:
Use Cases
Additional Context
Implementation Notes
@tjbck commented on GitHub (Mar 21, 2025):
Implemented.