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
Try to click button it will show 10 toast, then call toastr.clear(), only 5 of them will be removed,
The others will stay opened until new toasts will appear - even click can't hide them.
The text was updated successfully, but these errors were encountered:
rshift
changed the title
toastr.clear() is broken when 'maxOpened' > 0 and without 'ngAnimate' module
toastr.clear() is broken without 'ngAnimate' module and 'maxOpened' > 0
Oct 4, 2016
Demo:
https://jsfiddle.net/rshift/hh1vvarq/
Try to click button it will show 10 toast, then call toastr.clear(), only 5 of them will be removed,
The others will stay opened until new toasts will appear - even click can't hide them.
The text was updated successfully, but these errors were encountered: