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
Hey! Thanks for the feedback!
Could you explain a little better what the problem is? and could you give me, if possible, a minimal reproducible example?
Thanks!
Hey! Thanks for the feedback! Could you explain a little better what the problem is? and could you give me, if possible, a minimal reproducible example? Thanks!
Position offset after window enlargement.
def window_maximize(self):
if self.page.window.maximized == True:
self.page.window.maximized = False
else:
self.page.window.maximized = True
self.page.update()
The text was updated successfully, but these errors were encountered: