fix: delegate not defining Delegate props (#751)

This commit is contained in:
Wesley Luyten
2026-03-05 19:38:49 -06:00
committed by GitHub
parent 9f456f572f
commit c61fcdcc3a
4 changed files with 40 additions and 57 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ export class HlsVideo extends HlsCustomMedia {
}
disconnectedCallback(): void {
super.disconnectedCallback();
super.disconnectedCallback?.();
if (!this.hasAttribute('keep-alive')) {
this.destroy();