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
Hi, I'm using last version of the package and was able to tweak it to my project's needs. All except one ->
I'm implementing notification center, tldr -> button needs to toggle showing all of the active toasts.
Can I achieve it in some way other than manual copying to local arrays, to trigger .show in forEach loop?
or is there rly another clever and cleaner way to achieve hiding showing of all at once?
Thank you
Btw, library is great and I love it.
The text was updated successfully, but these errors were encountered:
Hi, I'm using last version of the package and was able to tweak it to my project's needs. All except one ->
I'm implementing notification center, tldr -> button needs to toggle showing all of the active toasts.
Can I achieve it in some way other than manual copying to local arrays, to trigger .show in forEach loop?
or is there rly another clever and cleaner way to achieve hiding showing of all at once?
Thank you
Btw, library is great and I love it.
The text was updated successfully, but these errors were encountered: