Control/VU updates stop when client view is hidden.

This commit is contained in:
Robin Davies
2024-10-13 11:36:09 -04:00
parent fec62960ad
commit 1788f08633
2 changed files with 41 additions and 20 deletions
+1 -1
View File
@@ -86,7 +86,7 @@ export default class SnapshotDialog extends ResizeResponsiveComponent<SnapshotDi
}
getFullScreen() {
return window.innerHeight < 450;
return window.innerHeight < 450 || window.innerWidth < 450;
}
onWindowSizeChanged(width: number, height: number): void {
this.setState(