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
Maybe I'm missing something, but the project name implies a modal popup. Real modal popups can't be dismissed by just clicking anywhere outside the popup (in fact that is the whole point of modal windows--to force the user to take some action or wait until something is finished).
So you should either rename your project or add actual modal support. And along with that it obviously would need programmatic support for closing the popup for situations where there is no user interactivity (informative only).
The text was updated successfully, but these errors were encountered:
Maybe I'm missing something, but the project name implies a modal popup. Real modal popups can't be dismissed by just clicking anywhere outside the popup (in fact that is the whole point of modal windows--to force the user to take some action or wait until something is finished).
So you should either rename your project or add actual modal support. And along with that it obviously would need programmatic support for closing the popup for situations where there is no user interactivity (informative only).
The text was updated successfully, but these errors were encountered: