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
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 !!
The text was updated successfully, but these errors were encountered:
Same issue, if you go on the demo page You will reproduce this easily:
steps:
Set Time out to and Extended time out to 0
Set position to Top Right
Click Show toast
Set position to Top Left
Click Show toast
Actual:
Both toast pop-up appear at top right corner
Expected:
First one to appear at the top right corner, the second one to be on the top left corner
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 !!
The text was updated successfully, but these errors were encountered: