{ editor?.focus() }} > {#if label}
{#if required}*{/if}
{/if} { dispatch('value', rawValue) content = rawValue }} on:value={(evt) => { rawValue = evt.detail dispatch('changeContent', rawValue) }} >