fix: Rendering not correctly forced when tab changed in certain circumstances (#1817)
- Closes #1811 - Closes #1769
This commit is contained in:
@@ -157,7 +157,7 @@ export class CameraManager {
|
||||
return true;
|
||||
}
|
||||
|
||||
public async reset(): Promise<void> {
|
||||
public async destroy(): Promise<void> {
|
||||
await this._store.reset();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user