Tiptap: Block extension config refresh (#18569)

Refreshes the UI after the Block extension
option has been set as enabled/disabled.

Fixes #18541
This commit is contained in:
Lee Kelleher
2025-03-06 10:42:44 +00:00
committed by GitHub
parent a939f8ee1c
commit 5bf63c2fa8

View File

@@ -87,6 +87,8 @@ export class UmbPropertyEditorUiTiptapExtensionsConfigurationElement
this.#setValue(tmpValue);
this.#syncViewModel();
}
this.requestUpdate('_extensions');
},
'_observeBlocks',
);