Add aria-controls to extra-buttons trigger

This commit is contained in:
tusooa 2023-11-12 15:13:28 -05:00
commit 82063f34b2
No known key found for this signature in database
GPG key ID: 42AEC43D48433C51
6 changed files with 23 additions and 5 deletions

View file

@ -2,7 +2,7 @@
<Popover
class="ExtraButtons"
trigger="click"
:triggerAttrs="{ title: $t('status.more_actions') }"
:trigger-attrs="triggerAttrs"
placement="top"
:offset="{ y: 5 }"
:bound-to="{ x: 'container' }"
@ -14,6 +14,7 @@
<div
class="dropdown-menu"
role="menu"
:id="`popup-menu-${randomSeed}`"
>
<button
v-if="canMute && !status.thread_muted"