{#if mode === 'modal'} Cancel Post { 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} handlePhotoClick(photo)} title="View media details" > removePhoto(photo.id)} title="Remove photo" aria-label="Remove photo" > {/each} {/if} {:else if mode === 'page'} {#if postType === 'essay'}