author on comment

This commit is contained in:
Niels Lyngsø
2024-11-05 10:44:38 +01:00
parent 2941b35013
commit 655f34f22d

View File

@@ -17,7 +17,7 @@ export class UmbDocumentWorkspaceSplitViewElement extends UmbLitElement {
constructor() {
super();
// TODO: Refactor: use a split view workspace context token:
// TODO: Refactor: use a split view workspace context token: [NL]
this.consumeContext(UMB_DOCUMENT_WORKSPACE_CONTEXT, (context) => {
this._workspaceContext = context;
this._observeActiveVariantInfo();