Open the sidebar, right-click/three-dots menu on a chat
Click "Clone"
Verify the dropdown menu closes after the clone operation completes
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
## 📋 Pull Request Information
**Original PR:** https://github.com/open-webui/open-webui/pull/22855
**Author:** [@gambletan](https://github.com/gambletan)
**Created:** 3/19/2026
**Status:** ❌ Closed
**Base:** `main` ← **Head:** `fix/chat-menu-clone-dropdown`
---
### 📝 Commits (1)
- [`e5e62c8`](https://github.com/open-webui/open-webui/commit/e5e62c818b6c70a4736f2005c2feee6a38a026bb) fix: close chat menu dropdown after cloning a chat
### 📊 Changes
**1 file changed** (+1 additions, -0 deletions)
<details>
<summary>View changed files</summary>
📝 `src/lib/components/layout/Sidebar/ChatMenu.svelte` (+1 -0)
</details>
### 📄 Description
## Summary
- Fixes the chat menu dropdown remaining open after clicking "Clone" in the sidebar
- Adds `show = false` after `cloneChatHandler()` to properly close the dropdown menu
Closes #22784
## Test plan
- [ ] Open the sidebar, right-click/three-dots menu on a chat
- [ ] Click "Clone"
- [ ] Verify the dropdown menu closes after the clone operation completes
---
<sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 Pull Request Information
Original PR: https://github.com/open-webui/open-webui/pull/22855
Author: @gambletan
Created: 3/19/2026
Status: ❌ Closed
Base:
main← Head:fix/chat-menu-clone-dropdown📝 Commits (1)
e5e62c8fix: close chat menu dropdown after cloning a chat📊 Changes
1 file changed (+1 additions, -0 deletions)
View changed files
📝
src/lib/components/layout/Sidebar/ChatMenu.svelte(+1 -0)📄 Description
Summary
show = falseaftercloneChatHandler()to properly close the dropdown menuCloses #22784
Test plan
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.