From 8ac45105421eaf6d0b86f48d6928e991d588028f Mon Sep 17 00:00:00 2001 From: Arthur Belleville Date: Tue, 14 Apr 2026 22:20:26 +0200 Subject: [PATCH] fix(chat-ui): disable message hover actions toolbar Co-Authored-By: Claude Opus 4.6 (1M context) --- packages/chat-ui/src/components/chat.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/chat-ui/src/components/chat.tsx b/packages/chat-ui/src/components/chat.tsx index c505f9f..e722234 100644 --- a/packages/chat-ui/src/components/chat.tsx +++ b/packages/chat-ui/src/components/chat.tsx @@ -434,8 +434,8 @@ function ChatMessage({ {/* Bubble — relative for hover toolbar positioning */}
- {/* Hover actions toolbar */} - + {/* Hover actions toolbar — disabled for now */} + {/* */}