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 was archived by the owner on Sep 5, 2024. It is now read-only.
Open a dialog with clickOutsideToClose set to true.
Hold mouse button down anywhere inside the dialog.
Move the mouse outside the dialog while still holding the mouse button down.
Release the mouse button.
The dialog closes.
This can be annoying with slider controls inside the dialog - if you click and drag the slider outside the boundary of the dialog, the dialog will close. It seems like the dialog should only close if mouseDown and mouseUp are both outside the dialog.