Skip to content

Commit

Permalink
fix: clicking outside the element snackbar
Browse files Browse the repository at this point in the history
  • Loading branch information
juliahermak committed Feb 19, 2024
1 parent f3d21b1 commit a788efa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/AppSnackbar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
location="bottom"
width="100%"
:multi-line="message.length > 50"
@click:outside="show = false"
>
<div :class="`${className}__container`">
{{ message }}
Expand Down

0 comments on commit a788efa

Please sign in to comment.