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
With the code below (taken from the demo page, with callbacks added) my toaster pops up and doesn't time out.
If I click the button the callback happens but the toastr doesn't disappear.
How do I make it disappear please?
Also, if I click the background, it does disappear. How can I prevent this?
In the code it said setting both timeOut and extendedTimeOut to 0 will make the toast sticky. I've tried with timeOut=0 and extendedTimeOut to be any other numbers, and it seems to be working how you want.
With the code below (taken from the demo page, with callbacks added) my toaster pops up and doesn't time out.
If I click the button the callback happens but the toastr doesn't disappear.
How do I make it disappear please?
Also, if I click the background, it does disappear. How can I prevent this?
The text was updated successfully, but these errors were encountered: