mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 19:08:59 -05:00
[PR #22829] [CLOSED] fix: prevent event bubbling on memory delete/edit buttons #49928
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/22829
Author: @xr843
Created: 3/19/2026
Status: ❌ Closed
Base:
dev← Head:fix/22783-memory-delete-event-bubbling📝 Commits (1)
f99531afix: prevent event bubbling on memory delete/edit buttons (#22783)📊 Changes
1 file changed (+2 additions, -2 deletions)
View changed files
📝
src/lib/components/chat/Settings/Personalization/ManageModal.svelte(+2 -2)📄 Description
Summary
|stopPropagationmodifier to both the Edit and Delete buttonon:clickhandlers inManageModal.svelteto prevent the click event from propagating to parent elements.Test plan
Closes #22783
CLA Confirmation
By submitting this pull request, I confirm that my contribution is made under the terms of the MIT license and I agree to the Open WebUI Contributor License Agreement.
🤖 Generated with Claude Code
Co-Authored-By: Claude Opus 4.6 (1M context) noreply@anthropic.com
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.