mirror of
https://github.com/zoriya/v10.git
synced 2026-08-16 02:45:09 +00:00
fix: delegate not defining Delegate props (#751)
This commit is contained in:
@@ -27,7 +27,7 @@ export class HlsVideo extends HlsCustomMedia {
|
||||
}
|
||||
|
||||
disconnectedCallback(): void {
|
||||
super.disconnectedCallback();
|
||||
super.disconnectedCallback?.();
|
||||
|
||||
if (!this.hasAttribute('keep-alive')) {
|
||||
this.destroy();
|
||||
|
||||
Reference in New Issue
Block a user