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
{{ message }}
This repository has been archived by the owner on Sep 7, 2020. It is now read-only.
If I have 2 modals, one of them won't open reliably. In this example if I repeatedly click Open Second it will stop opening after a few tries. Opening the first modal then opening the second will work again (at least once).
Edit: The second modal will always open when I press esc to dismiss, if I click to dismiss it will stop opening.
I'm currently avoiding this by calling dismissAll() on the BsModalService before opening a modal.
If I have 2 modals, one of them won't open reliably. In this example if I repeatedly click Open Second it will stop opening after a few tries. Opening the first modal then opening the second will work again (at least once).
Edit: The second modal will always open when I press esc to dismiss, if I click to dismiss it will stop opening.
I'm currently avoiding this by calling dismissAll() on the BsModalService before opening a modal.
The text was updated successfully, but these errors were encountered: