diff --git a/packages/code-snippet-block/src/CodeSnippetBlock.tsx b/packages/code-snippet-block/src/CodeSnippetBlock.tsx index 7e1613575..112e875f5 100644 --- a/packages/code-snippet-block/src/CodeSnippetBlock.tsx +++ b/packages/code-snippet-block/src/CodeSnippetBlock.tsx @@ -205,6 +205,7 @@ export const CodeSnippetBlock: FC = ({ appBridge }) => { className="tw-flex tw-items-center tw-justify-end tw-gap-1 tw-pr-2 tw-rounded-md" style={getStyle()} onClick={handleCopy} + aria-live="assertive" > {getCopyButtonText()}