Control/VU updates stop when client view is hidden.
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user