From de416b035df3dc6cb5fd8ed2d3a94b5cddb93e33 Mon Sep 17 00:00:00 2001 From: Enrico Ros Date: Sat, 24 Jan 2026 18:45:21 -0800 Subject: [PATCH] Copy: remove overlay copy button on the message --- .../chat/components/message/ChatMessage.tsx | 26 +++++++++---------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/src/apps/chat/components/message/ChatMessage.tsx b/src/apps/chat/components/message/ChatMessage.tsx index 978bc3cc1..49120408a 100644 --- a/src/apps/chat/components/message/ChatMessage.tsx +++ b/src/apps/chat/components/message/ChatMessage.tsx @@ -69,7 +69,7 @@ const ENABLE_BUBBLE = true; export const BUBBLE_MIN_TEXT_LENGTH = 3; // Enable the hover button to copy the whole message. The Copy button is also available in Blocks, or in the Avatar Menu. -const ENABLE_COPY_MESSAGE_OVERLAY: boolean = false; +// const ENABLE_COPY_MESSAGE_OVERLAY: boolean = false; const messageBodySx: SxProps = { @@ -898,18 +898,18 @@ export function ChatMessage(props: { {/* Overlay copy icon */} - {ENABLE_COPY_MESSAGE_OVERLAY && !fromSystem && !isEditingText && ( - - - - - - )} + {/*{ENABLE_COPY_MESSAGE_OVERLAY && !fromSystem && !isEditingText && (*/} + {/* */} + {/* */} + {/* */} + {/* */} + {/* */} + {/*)}*/} {/* Message Operations Menu (3 dots) */}