{#if showToolbar && editor && !isLoading}
{/if}
{#if editor}
{#if features.tables}
{/if}
{/if}
{#if !editor}
Loading...
{/if}
focusEditor(editor, event)}
onkeydown={(event) => {
if (event.key === 'Enter' || event.key === ' ') {
focusEditor(editor, event)
}
}}
class="edra-editor"
class:with-toolbar={showToolbar}
style={`min-height: ${minHeight}px`}
>
{#if editor}
{/if}
{#if showMediaDropdown && features.mediaLibrary}