Fixes#22784 - Chat Menu Dropdown remains open after clicking Clone
The dropdown menu was not closing after clicking the Clone button,
causing it to remain visible in the sidebar. Added 'show = false'
to close the dropdown after cloneChatHandler() completes.
Changes
Added show = false; to close the dropdown after cloning
🔄 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/22804
**Author:** [@Jah-yee](https://github.com/Jah-yee)
**Created:** 3/18/2026
**Status:** ❌ Closed
**Base:** `main` ← **Head:** `fix/chat-menu-clone-dropdown`
---
### 📝 Commits (1)
- [`233fb4e`](https://github.com/open-webui/open-webui/commit/233fb4e0388ebcd5bc92f552bbdfd3a6f5151a6d) fix: close dropdown menu after cloning 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
Fixes #22784 - Chat Menu Dropdown remains open after clicking Clone
The dropdown menu was not closing after clicking the Clone button,
causing it to remain visible in the sidebar. Added 'show = false'
to close the dropdown after cloneChatHandler() completes.
## Changes
- Added `show = false;` to close the dropdown after cloning
---
<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/22804
Author: @Jah-yee
Created: 3/18/2026
Status: ❌ Closed
Base:
main← Head:fix/chat-menu-clone-dropdown📝 Commits (1)
233fb4efix: close dropdown menu after cloning chat📊 Changes
1 file changed (+1 additions, -0 deletions)
View changed files
📝
src/lib/components/layout/Sidebar/ChatMenu.svelte(+1 -0)📄 Description
Fixes #22784 - Chat Menu Dropdown remains open after clicking Clone
The dropdown menu was not closing after clicking the Clone button,
causing it to remain visible in the sidebar. Added 'show = false'
to close the dropdown after cloneChatHandler() completes.
Changes
show = false;to close the dropdown after cloning🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.