This commit is contained in:
Niels Lyngsø
2022-12-20 09:57:55 +01:00
parent 894dc193e1
commit a23ab9f556

View File

@@ -58,12 +58,14 @@ export class UmbWorkspaceDocumentElement extends UmbObserverMixin(UmbContextCons
}
connectedCallback(): void {
super.connectedCallback()
super.connectedCallback();
// TODO: avoid this connection, our own approach on Lit-Controller could be handling this case.
this._workspaceContext?.connectedCallback();
}
disconnectedCallback(): void {
super.connectedCallback()
this._workspaceContext?.connectedCallback();
// TODO: avoid this connection, our own approach on Lit-Controller could be handling this case.
this._workspaceContext?.disconnectedCallback();
}
protected _provideWorkspace() {