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
When a modal is opened from inside of a modal, and the second modal is closed, the first modal closes as well, and if it is programmatically reopened within the close function, the background blurring does not occur.
The text was updated successfully, but these errors were encountered:
I'm not sure that there is a clean way to handle this inside of ember-remodal and I think this might have to fall back to the consuming application closing the first modal before it opens the second.
I will take a look though.
Could you tell me how you were instantiating and opening the modals? Were these block form modals? Were they service modals?
When a modal is opened from inside of a modal, and the second modal is closed, the first modal closes as well, and if it is programmatically reopened within the close function, the background blurring does not occur.
The text was updated successfully, but these errors were encountered: