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
I am currently struggling with the material modal window.
I need to trigger and stop some events as soon as someone closes the modal window.
Options that came to my mind:
MutationObserver to watch for the classes of the modal (open yes /no). This solution is not optimal since its not compatible with all browser versions.
Listen to outside clicks, key presses (ESC) and clicks on the close button to get notified. Not very satisfying as well.
Is it possible to solve this straightforward?
Best regards for your help!
The text was updated successfully, but these errors were encountered:
Hi,
I am currently struggling with the material modal window.
I need to trigger and stop some events as soon as someone closes the modal window.
Options that came to my mind:
Is it possible to solve this straightforward?
Best regards for your help!
The text was updated successfully, but these errors were encountered: