From 5bf63c2fa8bcc37c3bfa857207af0adbd6747f2b Mon Sep 17 00:00:00 2001 From: Lee Kelleher Date: Thu, 6 Mar 2025 10:42:44 +0000 Subject: [PATCH] Tiptap: Block extension config refresh (#18569) Refreshes the UI after the Block extension option has been set as enabled/disabled. Fixes #18541 --- ...roperty-editor-ui-tiptap-extensions-configuration.element.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Umbraco.Web.UI.Client/src/packages/tiptap/property-editors/tiptap/components/property-editor-ui-tiptap-extensions-configuration.element.ts b/src/Umbraco.Web.UI.Client/src/packages/tiptap/property-editors/tiptap/components/property-editor-ui-tiptap-extensions-configuration.element.ts index 5f9756f9af..43267a31c9 100644 --- a/src/Umbraco.Web.UI.Client/src/packages/tiptap/property-editors/tiptap/components/property-editor-ui-tiptap-extensions-configuration.element.ts +++ b/src/Umbraco.Web.UI.Client/src/packages/tiptap/property-editors/tiptap/components/property-editor-ui-tiptap-extensions-configuration.element.ts @@ -87,6 +87,8 @@ export class UmbPropertyEditorUiTiptapExtensionsConfigurationElement this.#setValue(tmpValue); this.#syncViewModel(); } + + this.requestUpdate('_extensions'); }, '_observeBlocks', );