flauc / angular2-notifications

A light and easy to use notifications library for Angular.
https://stackblitz.com/edit/angular2-notifications-example
MIT License
746 stars 163 forks source link

Notifications closing improperly #394

Open jcschmittmouts opened 2 years ago

jcschmittmouts commented 2 years ago

Hi, I have an issue and I'd like to know if someone can help me with that.

There are situations in my system that shows 2 notifications together, but with different timeout. For example, first notification with 5000 and second one with 10000. When the first notification closes, the second is closing too. Someone knows how to fix it?