From 72af50f246a432c22b43bd3ee54b00ac9cd2d3e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20Lyngs=C3=B8?= Date: Sun, 26 May 2024 15:46:49 +0200 Subject: [PATCH] comment --- .../tiny-mce/property-editor-ui-tiny-mce.element.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Umbraco.Web.UI.Client/src/packages/tiny-mce/property-editors/tiny-mce/property-editor-ui-tiny-mce.element.ts b/src/Umbraco.Web.UI.Client/src/packages/tiny-mce/property-editors/tiny-mce/property-editor-ui-tiny-mce.element.ts index bdbba640cd..2a18f9014f 100644 --- a/src/Umbraco.Web.UI.Client/src/packages/tiny-mce/property-editors/tiny-mce/property-editor-ui-tiny-mce.element.ts +++ b/src/Umbraco.Web.UI.Client/src/packages/tiny-mce/property-editors/tiny-mce/property-editor-ui-tiny-mce.element.ts @@ -25,7 +25,7 @@ export interface UmbRichTextEditorValueType { @customElement('umb-property-editor-ui-tiny-mce') export class UmbPropertyEditorUITinyMceElement extends UmbLitElement implements UmbPropertyEditorUiElement { // - // No need to registerer as a LIT- property, as we are calling it directly and no need for it to be reactive [NL] + // No need to registerer as a LIT-property, as we are calling it directly and no need for it to be reactive [NL] public set config(config: UmbPropertyEditorConfigCollection | undefined) { if (!config) return;