mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-11 20:05:19 +00:00
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:
commit
67db71f140
1 changed files with 0 additions and 6 deletions
|
|
@ -1541,12 +1541,6 @@
|
|||
{/if}
|
||||
{/if}
|
||||
</div>
|
||||
|
||||
{#if message?.done}
|
||||
<div aria-live="polite" class="sr-only">
|
||||
{message?.content ?? ''}
|
||||
</div>
|
||||
{/if}
|
||||
</div>
|
||||
</div>
|
||||
{/key}
|
||||
|
|
|
|||
Loading…
Reference in a new issue