fix(core): update

This commit is contained in:
Philipp Kunz 2020-11-25 14:23:25 +00:00
parent 8c159b145e
commit 738a502673

View File

@ -9,7 +9,7 @@ export class DeesElement extends plugins.litElement.LitElement {
public connectedCallback() {
super.connectedCallback();
this.dispatchEvent(new CustomEvent('domtools-disconnected'));
this.dispatchEvent(new CustomEvent('domtools-connected'));
}
public disconnectedCallback() {