Correctly record unloaded media.
This commit is contained in:
@@ -17,6 +17,7 @@ export class CachedValueController<T> implements ReactiveController {
|
||||
* Remove the controller for the host.
|
||||
*/
|
||||
public removeController(): void {
|
||||
this.stopTimer();
|
||||
this._host.removeController(this);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user