You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using vue-toastification 1.x in a vuejs2.x + vuetify 2.x project. I'm also using vuetify's component, and when a toast renders over my dialog, it get's closed the wrong way. I mean I need to run some code and check some variables everytime I close my dialog, and I don't want to close it when a toast is closed. But every click to a toast, no motter if it's over my close button or not, seems to close my v-dialog component also. Can I avoid this behavior somehow?
Expected behavior
Have an option to not propagate the close action
The text was updated successfully, but these errors were encountered:
Versions
Describe the bug
I'm using vue-toastification 1.x in a vuejs2.x + vuetify 2.x project. I'm also using vuetify's component, and when a toast renders over my dialog, it get's closed the wrong way. I mean I need to run some code and check some variables everytime I close my dialog, and I don't want to close it when a toast is closed. But every click to a toast, no motter if it's over my close button or not, seems to close my v-dialog component also. Can I avoid this behavior somehow?
Expected behavior
Have an option to not propagate the close action
The text was updated successfully, but these errors were encountered: