From d51c2ca174b5aed18c314b110bdf56bfb174457b Mon Sep 17 00:00:00 2001 From: ALLAI Date: Sun, 15 Mar 2026 01:47:06 -0400 Subject: [PATCH] fix: add aria-live to chat messages container --- src/components/cortex/CortexChatPanel.tsx | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/components/cortex/CortexChatPanel.tsx b/src/components/cortex/CortexChatPanel.tsx index fbded933..1b7c19f6 100644 --- a/src/components/cortex/CortexChatPanel.tsx +++ b/src/components/cortex/CortexChatPanel.tsx @@ -212,9 +212,11 @@ const ExpandedChat: Component> = (props) => ...props.style, }}> {/* Scrollable message area: Figma layout_77BZNU - column, gap 16px, padding 0 8px */} -