fix(chat-ui): disable message hover actions toolbar
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
b7a6798cad
commit
8ac4510542
1 changed files with 2 additions and 2 deletions
|
|
@ -434,8 +434,8 @@ function ChatMessage({
|
|||
|
||||
{/* Bubble — relative for hover toolbar positioning */}
|
||||
<div className="relative">
|
||||
{/* Hover actions toolbar */}
|
||||
<ChatMessageActions message={message} isOutgoing={isOutgoing} />
|
||||
{/* Hover actions toolbar — disabled for now */}
|
||||
{/* <ChatMessageActions message={message} isOutgoing={isOutgoing} /> */}
|
||||
|
||||
<div
|
||||
className={cn(
|
||||
|
|
|
|||
Loading…
Reference in a new issue