Do the same for the typing list
This commit is contained in:
parent
36fbd0e419
commit
371794fb34
|
@ -28,7 +28,7 @@
|
|||
#default="{ items: messages, fetching: pFetching }"
|
||||
>
|
||||
<XList
|
||||
aria-live="polite"
|
||||
aria-live="polite"
|
||||
v-if="messages.length > 0"
|
||||
v-slot="{ item: message }"
|
||||
:class="{
|
||||
|
@ -49,7 +49,7 @@
|
|||
</MkPagination>
|
||||
</div>
|
||||
<footer>
|
||||
<div v-if="typers.length > 0" class="typers">
|
||||
<div v-if="typers.length > 0" class="typers" aria-live="polite">
|
||||
<I18n
|
||||
:src="i18n.ts.typingUsers"
|
||||
text-tag="span"
|
||||
|
|
Loading…
Reference in New Issue