Skip to content

Commit

Permalink
Fix vue3 notifier
Browse files Browse the repository at this point in the history
  • Loading branch information
dk981234 committed Feb 8, 2024
1 parent c081dc0 commit 4ea9353
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/survey-vue3-ui/src/Notifier.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<template>
<div
v-bind:class="model.css"
v-show="model.isDisplayed"
v-if="model.isDisplayed"
:style="{ visibility: model.active ? 'visible' : 'hidden' }"
role="alert"
aria-live="polite"
Expand Down

0 comments on commit 4ea9353

Please sign in to comment.