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
@@ -152,7 +152,7 @@ export class CardElementManager {
// reconnection, to ensure the state subscription/unsubscription works
// correctly for triggers.
this._api.getInitializationManager().uninitialize(InitializationAspect.CAMERAS);
this._api.getCameraManager().reset();
this._api.getCameraManager().destroy();
this._element.removeEventListener(
'mousemove',