fix(core): update
This commit is contained in:
parent
8c159b145e
commit
738a502673
@ -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() {
|
||||
|
Loading…
Reference in New Issue
Block a user