fletmint icon indicating copy to clipboard operation
fletmint copied to clipboard

err

Open SUYinFu opened this issue 1 year ago • 2 comments

image

image

SUYinFu avatar Jul 25 '24 14:07 SUYinFu

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!

Bbalduzz avatar Jul 28 '24 07:07 Bbalduzz

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

SUYinFu avatar Aug 09 '24 21:08 SUYinFu