Skip to content

Commit

Permalink
Merge pull request #9410 from marcellamaki/add-aria-live-polite-to-gl…
Browse files Browse the repository at this point in the history
…obal-snackbar

Adds aria-live=polite to the global snackbar component
  • Loading branch information
marcellamaki authored May 17, 2022
2 parents 0b2c575 + b1249c7 commit 979c58f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion kolibri/core/assets/src/views/CoreBase/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,10 @@
</div>
</div>

<GlobalSnackbar />

<div aria-live="polite">
<GlobalSnackbar />
</div>
<UpdateNotification
v-if="!loading && showNotification && mostRecentNotification"
:id="mostRecentNotification.id"
Expand Down

0 comments on commit 979c58f

Please sign in to comment.