mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-03-04 07:18:50 -07:00
Add aria live region to message list so they get read automatically as they come in
This commit is contained in:
parent
8387d7e4ac
commit
748ab9e2ac
1 changed files with 1 additions and 0 deletions
|
@ -28,6 +28,7 @@
|
|||
#default="{ items: messages, fetching: pFetching }"
|
||||
>
|
||||
<XList
|
||||
aria-live="polite"
|
||||
v-if="messages.length > 0"
|
||||
v-slot="{ item: message }"
|
||||
:class="{
|
||||
|
|
Loading…
Add table
Reference in a new issue