{#if isLoggedIn}
{#if showGifButton}
{ showGifPicker = !showGifPicker; showEmojiPicker = false; }} class="toolbar-button" title="Insert GIF" aria-label="Insert GIF" disabled={publishing} > GIF
{ showEmojiPicker = !showEmojiPicker; showGifPicker = false; }} class="toolbar-button" title="Insert emoji" aria-label="Insert emoji" disabled={publishing} > 😀
{/if}
{#if onCancel}
Cancel
{/if}
{publishing ? 'Publishing...' : parentEvent ? 'Reply' : 'Comment'}
{#if showGifButton}
showGifPicker = false} />
showEmojiPicker = false} /> {/if}
{/if}