mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-02-17 14:07:28 +08:00
Fixed super call in onWindowResized in tabbar_widget.dart. (#12979)
This commit is contained in:
@@ -422,7 +422,7 @@ class _DesktopTabState extends State<DesktopTab>
|
||||
@override
|
||||
void onWindowResized() {
|
||||
_saveFrameDebounce.call(_saveFrame);
|
||||
super.onWindowMoved();
|
||||
super.onWindowResized();
|
||||
}
|
||||
|
||||
@override
|
||||
|
||||
Reference in New Issue
Block a user