Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
CS730 opened this issue Dec 5, 2021 · 1 comment
Open

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

CS730 opened this issue Dec 5, 2021 · 1 comment

Comments

@CS730
Copy link

CS730 commented Dec 5, 2021

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 !!

@M-Yankov
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants