Skip to content

Commit

Permalink
fix(a11y): Activate add button with voice input
Browse files Browse the repository at this point in the history
Signed-off-by: Christopher Ng <chrng8@gmail.com>
  • Loading branch information
Pytal committed Aug 19, 2023
1 parent f09f78c commit bd5bea4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/views/Timeline.vue
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@
<!-- TODO: UploadPicker -->
<NcActions v-if="selectedFileIds.length === 0"
:force-menu="true"
:menu-title="t('photos', 'Add')">
:menu-title="t('photos', 'Add')"
:aria-label="null">
<template #icon>
<Plus />
</template>
Expand Down

0 comments on commit bd5bea4

Please sign in to comment.