remove another todo

This commit is contained in:
Niels Lyngsø
2024-12-09 14:05:26 +01:00
parent 96050d434f
commit 412b953d26

View File

@@ -40,7 +40,6 @@ export class UmbWorkspaceSplitViewContext extends UmbContextBase<UmbWorkspaceSpl
const index = this.#index.getValue();
if (index === undefined) return;
// TODO: Should splitView be put into its own context?... a split view manager context? one which might have a reference to the workspace context, so we still can ask that about how to create the variant context.
this.observe(
this.#workspaceContext.splitView.activeVariantByIndex(index),
async (activeVariantInfo) => {