comment
This commit is contained in:
@@ -51,6 +51,7 @@ export class UmbUfmRenderElement extends UmbLitElement {
|
|||||||
@property()
|
@property()
|
||||||
markdown?: string;
|
markdown?: string;
|
||||||
|
|
||||||
|
// 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]
|
||||||
public set value(value: string | unknown | undefined) {
|
public set value(value: string | unknown | undefined) {
|
||||||
this.#context.setValue(value);
|
this.#context.setValue(value);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user