mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-12 04:15:25 +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}
|
||||||
{/if}
|
{/if}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{#if message?.done}
|
|
||||||
<div aria-live="polite" class="sr-only">
|
|
||||||
{message?.content ?? ''}
|
|
||||||
</div>
|
|
||||||
{/if}
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
{/key}
|
{/key}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue