Skip to content

Commit d3e6540

Browse files
committed
remove unnesecary check
1 parent 5c397c2 commit d3e6540

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

src/Umbraco.Web.UI.Client/src/packages/core/workspace/components/workspace-split-view/workspace-split-view.context.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,6 @@ export class UmbWorkspaceSplitViewContext extends UmbContextBase {
7777

7878
const variantId = UmbVariantId.Create(activeVariantInfo);
7979

80-
// No need to update if the variantId is the same.
81-
if (this.#variantId.getValue()?.equal(variantId)) return;
82-
8380
this.#variantVariantValidationContext?.unprovide();
8481
this.#datasetContext?.destroy();
8582

0 commit comments

Comments
 (0)