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
One issue I found is when you have a modal open on top of another modal, you can still close the top one, but the one underneath cannot be closed anymore.
Looks like the show function removes event listeners before showing the new one. and I could not get a handle of the Modal instance to add listeners back.
Can we make the show function to return the current active modal, or pass the Modal instance in the onShow callback?
The text was updated successfully, but these errors were encountered:
One issue I found is when you have a modal open on top of another modal, you can still close the top one, but the one underneath cannot be closed anymore.
Looks like the
show
function removes event listeners before showing the new one. and I could not get a handle of the Modal instance to add listeners back.Can we make the
show
function to return the current active modal, or pass the Modal instance in the onShow callback?The text was updated successfully, but these errors were encountered: