Skip to content

Commit

Permalink
allow router back while snackbar is running
Browse files Browse the repository at this point in the history
  • Loading branch information
vabene1111 committed Jan 1, 2025
1 parent 303f999 commit 60f2494
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vue3/src/components/display/VSnackbarQueued.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
:color="visibleMessage.type"
:vertical="props.vertical"
:location="props.location"
:close-on-back="false"
multi-line
>
<small>{{ DateTime.fromSeconds(visibleMessage.createdAt).toLocaleString(DateTime.DATETIME_MED) }}</small> <br/>
Expand Down

0 comments on commit 60f2494

Please sign in to comment.