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
{{ message }}
This repository has been archived by the owner on Nov 16, 2021. It is now read-only.
If our page contains an iframe and user clicks on it - it is outside click, but web browser doesn't emit proper event due to security reasons. It would be great to have a work-around for it. I suggest to listen to window blur event and emit outside click event if page is visible like in the following example:
If our page contains an iframe and user clicks on it - it is outside click, but web browser doesn't emit proper event due to security reasons. It would be great to have a work-around for it. I suggest to listen to window blur event and emit outside click event if page is visible like in the following example:
Let me know what you think, so I will prepare PR.
The text was updated successfully, but these errors were encountered: