Closed sergiocastrovale closed 7 years ago
it will be available in the upcoming build. singleton : true
or something..
That's awesome. Maybe unique: true
?
Any idea on when it will be available? Thanks for the great package and fast support.
i think singleton
gives the idea of the options than unique
. maybe in couple of hours 🚀 cheers !!
the bug is exist still on version 1.1.24, how to resolve?
singleton: true
is not working as action.
singleton: true --> still not working on 1.1.27 any idea on how to implement this?
singleton: true --> still not working on 1.1.27 any idea on how to implement this?
you can use this.$toasted.clear()
to kill old notys
Is there a way to globally prevent that no more than a single toast is shown simultaneously? I'm trying to prevent this from happening:
I know I could just use the recently-added clear method but it seems a bit too overwhelming to have to make that call each time I trigger a toast. I was wondering if I could clear all toasts as soon as a new one is shown.