chore: format

This commit is contained in:
Timothy Jaeryang Baek
2025-05-16 16:57:30 +04:00
parent 62180b15e1
commit 2450f2c5d8
53 changed files with 262 additions and 6 deletions

View File

@@ -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>