{#if mode === 'modal'}
{ content = newContent characterCount = getTextFromContent(newContent) }} placeholder="What's on your mind?" minHeight={80} autofocus={true} mode="inline" showToolbar={false} /> {#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 characterCount = getTextFromContent(newContent) }} placeholder="Start writing your essay..." minHeight={500} autofocus={true} mode="default" />
{/if}
{:else}
{ content = newContent characterCount = getTextFromContent(newContent) }} placeholder="What's on your mind?" minHeight={120} autofocus={true} mode="inline" showToolbar={false} /> {#if attachedPhotos.length > 0}
{#each attachedPhotos as photo}
{/each}
{/if}
{/if} {/if} {#if selectedMedia} {/if}