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
If I add a Modal to my app, the on:open event is fired before the dialog opens. If I then click Close or Cancel and then re-open the modal later, on:open will not fire. If I click Confirm, on:open will fire the next time I open the modal. It seems like on:open should fire every time I open the modal regardless of how it was closed before.
Using version 0.85.0
The text was updated successfully, but these errors were encountered:
If I add a Modal to my app, the on:open event is fired before the dialog opens. If I then click Close or Cancel and then re-open the modal later, on:open will not fire. If I click Confirm, on:open will fire the next time I open the modal. It seems like on:open should fire every time I open the modal regardless of how it was closed before.
Using version 0.85.0
The text was updated successfully, but these errors were encountered: