From fa6f62d9e7df072436185694dc284abcf51ddefb Mon Sep 17 00:00:00 2001 From: Jacob Overgaard <752371+iOvergaard@users.noreply.github.com> Date: Fri, 19 Jul 2024 14:53:44 +0200 Subject: [PATCH] fix: do not cache element --- .../components/input-markdown-editor/input-markdown.element.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Umbraco.Web.UI.Client/src/packages/markdown-editor/components/input-markdown-editor/input-markdown.element.ts b/src/Umbraco.Web.UI.Client/src/packages/markdown-editor/components/input-markdown-editor/input-markdown.element.ts index c2da43c3ff..b9e6386a91 100644 --- a/src/Umbraco.Web.UI.Client/src/packages/markdown-editor/components/input-markdown-editor/input-markdown.element.ts +++ b/src/Umbraco.Web.UI.Client/src/packages/markdown-editor/components/input-markdown-editor/input-markdown.element.ts @@ -36,7 +36,7 @@ export class UmbInputMarkdownElement extends UmbFormControlMixin(UmbLitElement, #editor?: UmbCodeEditorController; - @query('umb-code-editor', true) + @query('umb-code-editor') private _codeEditor?: UmbCodeEditorElement; @state()