CodeSeven / toastr

Simple javascript toast notifications
http://www.toastrjs.com
MIT License
11.9k stars 2.04k forks source link

Can't put two toastrs at two different positions #678

Open CS730 opened 2 years ago

CS730 commented 2 years ago

I was trying to put two toastrs one on the top right corner and another on the bottom middle, both should need to pop up almost at the same time. But due to asny calling both either appears on the bottom middle or at the top right based on which api call completes first. How to resolve this issue? I want both of the toastrs to appear on their respective positions !!