From 4acf56202ed5a74a0444520c6e62418a33b7e7c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20Lyngs=C3=B8?= Date: Fri, 9 Feb 2024 13:04:08 +0100 Subject: [PATCH] comment --- .../src/packages/block/block/context/block-manager.context.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Umbraco.Web.UI.Client/src/packages/block/block/context/block-manager.context.ts b/src/Umbraco.Web.UI.Client/src/packages/block/block/context/block-manager.context.ts index 3e88e0e83a..0a1d8f88d7 100644 --- a/src/Umbraco.Web.UI.Client/src/packages/block/block/context/block-manager.context.ts +++ b/src/Umbraco.Web.UI.Client/src/packages/block/block/context/block-manager.context.ts @@ -49,7 +49,7 @@ export abstract class UmbBlockManagerContext< #settings = new UmbArrayState(>[], (x) => x.udi); public readonly settings = this.#settings.asObservable(); - // TODO: maybe its bad to consume Property Context, and instead wire this up manually in the property editor? With these: + // TODO: maybe its bad to consume Property Context, and instead wire this up manually in the property editor? With these: (and one for variant-id..) /*setPropertyAlias(alias: string) { this.#propertyAlias.setValue(alias); console.log('!!!!!manager got alias: ', alias);