Skip to content

Commit dfde9e1

Browse files
committed
comment
1 parent b806213 commit dfde9e1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/packages/ufm/components/ufm-render/ufm-render.element.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ export class UmbUfmRenderElement extends UmbLitElement {
5151
@property()
5252
markdown?: string;
5353

54+
// No reactive property declaration cause its causing a re-render that is not needed. This just works as a shortcut to set the values on the context. [NL]
5455
public set value(value: string | unknown | undefined) {
5556
this.#context.setValue(value);
5657
}

0 commit comments

Comments
 (0)