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 encountered the same problem - the modal window does not close by pressing the Esc button if there is an iframe inside it
I figured it out - you need to include this setting in the object when initializing the modal window - disableFocus : true,
After that, the Esc button worked
No description provided.
The text was updated successfully, but these errors were encountered: