diff --git a/frontend/src/gisteditor/GistDescription.svelte b/frontend/src/gisteditor/GistDescription.svelte index 67da77f..2ac01ea 100644 --- a/frontend/src/gisteditor/GistDescription.svelte +++ b/frontend/src/gisteditor/GistDescription.svelte @@ -1,16 +1,23 @@ + + + {#if editingDescription === null} -
{description || "no description"} @@ -75,15 +82,15 @@ {/if}
{:else} - + {/if}