Bbalduzz/fletmint

err

Opened this issue · 2 comments

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()