[GH-ISSUE #1859] bug: Shortcut for Deleting Chat Not Working #28188

Closed
opened 2026-04-25 02:54:55 -05:00 by GiteaMirror · 1 comment
Owner

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:

  • I have read and followed all the instructions provided in the README.md.
  • I am on the latest version of both Open WebUI and Ollama.
  • I have included the browser console logs.
  • I have included the Docker container logs.

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

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:** - [x] I have read and followed all the instructions provided in the README.md. - [x] I am on the latest version of both Open WebUI and Ollama. - [ ] I have included the browser console logs. - [ ] I have included the Docker container logs. ## 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**
Author
Owner

@tjbck commented on GitHub (May 1, 2024):

Fixed on dev branch.

<!-- gh-comment-id:2089270000 --> @tjbck commented on GitHub (May 1, 2024): Fixed on dev branch.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#28188