Fix auto media action problem .

This commit is contained in:
Dermot Duffy
2024-08-26 16:36:44 -07:00
parent e94f550172
commit 4712a320b8
3 changed files with 10 additions and 6 deletions
@@ -50,6 +50,9 @@ export class LiveController implements ReactiveController {
constructor(host: LiveControllerHost) {
this._host = host;
host.addController(this);
this._intersectionObserver = new IntersectionObserver(
this._intersectionHandler.bind(this),
);