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 }"
|
#default="{ items: messages, fetching: pFetching }"
|
||||||
>
|
>
|
||||||
<XList
|
<XList
|
||||||
aria-live="polite"
|
aria-live="polite"
|
||||||
v-if="messages.length > 0"
|
v-if="messages.length > 0"
|
||||||
v-slot="{ item: message }"
|
v-slot="{ item: message }"
|
||||||
:class="{
|
:class="{
|
||||||
|
@ -49,7 +49,7 @@
|
||||||
</MkPagination>
|
</MkPagination>
|
||||||
</div>
|
</div>
|
||||||
<footer>
|
<footer>
|
||||||
<div v-if="typers.length > 0" class="typers">
|
<div v-if="typers.length > 0" class="typers" aria-live="polite">
|
||||||
<I18n
|
<I18n
|
||||||
:src="i18n.ts.typingUsers"
|
:src="i18n.ts.typingUsers"
|
||||||
text-tag="span"
|
text-tag="span"
|
||||||
|
|
Loading…
Reference in New Issue