fix: Rendering not correctly forced when tab changed in certain circumstances (#1817)

- Closes #1811
- Closes #1769
This commit is contained in:
Dermot Duffy
2025-01-09 20:21:26 -08:00
committed by GitHub
parent c3dc4803ad
commit 7657bdf22c
8 changed files with 53 additions and 11 deletions
+1 -1
View File
@@ -157,7 +157,7 @@ export class CameraManager {
return true;
}
public async reset(): Promise<void> {
public async destroy(): Promise<void> {
await this._store.reset();
}