mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-16 20:07:49 +01:00
chore: format
This commit is contained in:
@@ -582,7 +582,7 @@
|
||||
});
|
||||
|
||||
let screenReaderDiv: HTMLDivElement;
|
||||
|
||||
|
||||
$: if (message.done) {
|
||||
if (screenReaderDiv) {
|
||||
screenReaderDiv.textContent = message.content;
|
||||
@@ -598,11 +598,7 @@
|
||||
}}
|
||||
/>
|
||||
|
||||
<div
|
||||
bind:this={screenReaderDiv}
|
||||
aria-live="polite"
|
||||
class="sr-only"
|
||||
>
|
||||
<div bind:this={screenReaderDiv} aria-live="polite" class="sr-only">
|
||||
{message.done ? message.content : ''}
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user