Explorar o código

element: Call super.disconnectedCallback

JC Brand %!s(int64=4) %!d(string=hai) anos
pai
achega
4ebd3caf48
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      src/components/element.js

+ 1 - 0
src/components/element.js

@@ -15,6 +15,7 @@ export class CustomElement extends LitElement {
     }
 
     disconnectedCallback () {
+        super.disconnectedCallback();
         this.stopListening();
     }
 }