mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 02:48:13 -05:00
[GH-ISSUE #1859] bug: Shortcut for Deleting Chat Not Working #12660
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 @barrettgp on GitHub (Apr 29, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/1859
Originally assigned to: @tjbck on GitHub.
Bug Report
Description
Bug Summary:
When attempting to use the shortcut to delete a chat, (Ctrl/⌘ Shift ⌫) it seems to do nothing other than printing "deleteChat" in the console.
Steps to Reproduce:
Use the shortcut to delete a chat (Ctrl/⌘ Shift ⌫) with a chat in focus
Expected Behavior:
A popup to show asking if you want to delete the chat.
Actual Behavior:
It prints "deleteChat" in the console
Environment
Open WebUI Version: [e.g., 0.1.120]
Ollama (if applicable): [e.g., 0.1.30, 0.1.32-rc1]
Operating System: MacOS Sonoma
Browser: Google Chrome
Confirmation:
Logs and Screenshots
None
Installation Method
I updated my Docker container to the latest version using the following commands:
docker pull ghcr.io/open-webui/open-webui:main
docker stop open-webui
docker rm open-webui
docker run -d -p 3000:8080 --add-host=host.docker.internal:host-gateway -v open-webui:/app/backend/data --name open-webui --restart always ghcr.io/open-webui/open-webui:main
Additional Information
None
@tjbck commented on GitHub (May 1, 2024):
Fixed on dev branch.