This commit is contained in:
Niels Lyngsø
2024-05-26 15:46:49 +02:00
parent bcec1f8005
commit 72af50f246

View File

@@ -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;