diff --git a/packages/text-editor/src/components/StyledTextArea.svelte b/packages/text-editor/src/components/StyledTextArea.svelte index 35a433b3d4..357a665a58 100644 --- a/packages/text-editor/src/components/StyledTextArea.svelte +++ b/packages/text-editor/src/components/StyledTextArea.svelte @@ -1,9 +1,12 @@ @@ -68,6 +90,7 @@ {buttonSize} {maxHeight} {isScrollable} + {extensions} bind:content={rawValue} bind:this={textEditor} on:focus={() => {