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'd like to implement a "maximize" button which will set the 100vw/100vh size to the dialog. That works, however the dialog stays at its current position, which leads to parts of dialog not visible. It would be good if the "maximize" button could also call dialog.center(); to re-center the dialog, in order to show it in its entirety.
The text was updated successfully, but these errors were encountered:
I'd like to implement a "maximize" button which will set the 100vw/100vh size to the dialog. That works, however the dialog stays at its current position, which leads to parts of dialog not visible. It would be good if the "maximize" button could also call
dialog.center();
to re-center the dialog, in order to show it in its entirety.The text was updated successfully, but these errors were encountered: