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
Opening snackbar from component without set duration and already opened from same component snackbar will appear.
What is the current behavior?
Snackbar auto close by it self, if there is no duration option
What are the steps to reproduce?
open bar from component
try to open it again
You will see, snackbar will close and never showed again. If you have animations module, you can see how new snackbar starts to appear, and then closes.
If you set up duration in config, everything will be fine. https://plnkr.co/edit/zuumORaByIHLHBKKHLse?p=preview