{
dispatch('message', ev.detail)
content = ''
textEditor.clear()
}}
extensions={editorExtensions}
on:selection-update={updateFormattingState}
on:update
placeholder={placeholder ?? textEditorPlugin.string.EditorPlaceholder}
/>
{#if showSend}
{/if}
{#if extraActions && extraActions.length > 0}
{/if}