Commit 4ebd3caf authored by JC Brand's avatar JC Brand

element: Call super.disconnectedCallback

parent 904a1394
......@@ -15,6 +15,7 @@ export class CustomElement extends LitElement {
}
disconnectedCallback () {
super.disconnectedCallback();
this.stopListening();
}
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment