mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 10:58:17 -05:00
[PR #22804] [CLOSED] fix: close dropdown menu after cloning chat #26873
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?
📋 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.