mirror of
https://iceshrimp.dev/crimekillz/iceshrimp-161sh.git
synced 2024-11-23 04:33:50 +01: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
@ -28,6 +28,7 @@
|
||||
#default="{ items: messages, fetching: pFetching }"
|
||||
>
|
||||
<XList
|
||||
aria-live="polite"
|
||||
v-if="messages.length > 0"
|
||||
v-slot="{ item: message }"
|
||||
:class="{
|
||||
|
Loading…
Reference in New Issue
Block a user