[PR #22804] [CLOSED] fix: close dropdown menu after cloning chat #42503

Closed
opened 2026-04-25 14:23:16 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/open-webui/pull/22804
Author: @Jah-yee
Created: 3/18/2026
Status: Closed

Base: mainHead: fix/chat-menu-clone-dropdown


📝 Commits (1)

  • 233fb4e fix: 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

  • 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>
GiteaMirror added the pull-request label 2026-04-25 14:23:16 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#42503