Skip to content

Commit

Permalink
rename to workspace-split-view
Browse files Browse the repository at this point in the history
  • Loading branch information
nielslyngsoe committed Dec 9, 2024
1 parent 412b953 commit ef00033
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export class UmbWorkspaceSplitViewContext extends UmbContextBase<UmbWorkspaceSpl
this.#datasetContext?.destroy();
const variantId = UmbVariantId.Create(activeVariantInfo);
this.#datasetContext = this.#workspaceContext?.createPropertyDatasetContext(this, variantId);
this.getHostElement().setAttribute(UMB_MARK_ATTRIBUTE_NAME, 'split-view/' + variantId.toString());
this.getHostElement().setAttribute(UMB_MARK_ATTRIBUTE_NAME, 'workspace-split-view/' + variantId.toString());
},
'_observeActiveVariant',
);
Expand Down

0 comments on commit ef00033

Please sign in to comment.