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) */}