Merge pull request #16770 from itk-dev/feature/remove-extra-chat-message

Remove extra chat message as it is read twice for screen readers
This commit is contained in:
Tim Jaeryang Baek 2025-08-21 12:47:47 +04:00 committed by GitHub
commit 67db71f140
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1541,12 +1541,6 @@
{/if}
{/if}
</div>
{#if message?.done}
<div aria-live="polite" class="sr-only">
{message?.content ?? ''}
</div>
{/if}
</div>
</div>
{/key}