Skip to content

Commit 07a10a2

Browse files
committed
Add missing aria-labelledby to log
1 parent 1fe4855 commit 07a10a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/webchat-ui/components/history/ChatScroller.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -126,9 +126,9 @@ export function ChatScroller({
126126
id="webchatChatHistoryWrapperLiveLogPanel"
127127
tabIndex={tabIndex}
128128
role="log"
129-
aria-live="polite"
130129
onFocus={handleFocus}
131130
onBlur={handleBlur}
131+
aria-labelledby="webchatChatHistoryHeading"
132132
>
133133
<ScrollerContent
134134
scrolledToLastInput={scrolledToLastInput}

0 commit comments

Comments
 (0)