dispatch('close')}
>
{#if issueId}{issueId}{/if}
{#if saved}
{/if}
{#if parentIssue}
{#if currentProject}
{:else}
{/if}
{/if}
{#key issue._id}
descriptionBox.saveNewAttachment(e.detail)}
on:detached={(e) => descriptionBox.removeAttachmentById(e.detail)}
showButtons
on:blur={save}
on:changeContent={triggerSave}
maxHeight={'card'}
focusable
bind:content={description}
placeholder={tracker.string.IssueDescriptionPlaceholder}
/>
{/key}
{#key issue._id && currentProject !== undefined}
{#if currentProject !== undefined}
{/if}
{/key}
{#if issueId}{issueId}{/if}
{#if issueId}
{/if}
{#if issue && currentProject}
{/if}
{/if}