mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 19:08:59 -05:00
[PR #22834] [CLOSED] fix: prevent event bubbling on memory delete/edit buttons #26881
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/22834
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
Pull Request Checklist
devbranch.Changelog Entry
Description
Fixed
|stopPropagationmodifier to Edit and Delete buttonon:clickhandlers inManageModal.svelteto prevent click events from propagating to the parent element.Additional Information
|stopPropagationmodifiers on existing click handlers.Contributor License Agreement
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.