{#if mode === 'modal'}
{ content = newContent }} onCharacterCount={(count) => { characterCount = count }} placeholder="What's on your mind?" minHeight={80} autofocus={true} variant="inline" /> {#if attachedPhotos.length > 0}
{#each attachedPhotos as photo}
{/each}
{/if}
{:else if mode === 'page'} {#if postType === 'essay'}

New Essay

{#if essayTab === 0} {:else}
{ content = newContent }} onCharacterCount={(count) => { characterCount = count }} placeholder="Start writing your essay..." minHeight={500} autofocus={true} variant="full" />
{/if}
{:else}
{#if hasContent()} {/if}
{ content = newContent }} onCharacterCount={(count) => { characterCount = count }} placeholder="What's on your mind?" minHeight={120} autofocus={true} variant="inline" /> {#if attachedPhotos.length > 0}
{#each attachedPhotos as photo}
{/each}
{/if}
{/if} {/if} {#if selectedMedia} {/if}