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.
This commit is contained in:
parent
67518a2adf
commit
50e0640d1a
|
|
@ -348,7 +348,6 @@ export const UserMessage: FC<{
|
|||
|
||||
notifyThreadEditOpen()
|
||||
}}
|
||||
title={copy.editMessage}
|
||||
type="button"
|
||||
>
|
||||
{bubbleContent}
|
||||
|
|
|
|||
Loading…
Reference in New Issue