From 50e0640d1a03d135d7c7b35be5a3773df4b0f12a Mon Sep 17 00:00:00 2001 From: Brooklyn Nicholson Date: Sat, 8 Aug 2026 18:31:29 -0500 Subject: [PATCH] fix(desktop): drop the "Edit message" tooltip from user bubbles The bubble IS the edit button, so the native title popped up on hovering any user message anywhere in the app. The aria-label stays, so the control keeps its accessible name. --- apps/desktop/src/components/assistant-ui/thread/user-message.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/apps/desktop/src/components/assistant-ui/thread/user-message.tsx b/apps/desktop/src/components/assistant-ui/thread/user-message.tsx index 2ea43309df9bf..e71d189428f8d 100644 --- a/apps/desktop/src/components/assistant-ui/thread/user-message.tsx +++ b/apps/desktop/src/components/assistant-ui/thread/user-message.tsx @@ -348,7 +348,6 @@ export const UserMessage: FC<{ notifyThreadEditOpen() }} - title={copy.editMessage} type="button" > {bubbleContent}