diff --git a/frontend/src/lib/editor/ABCDEditorPart.svelte b/frontend/src/lib/editor/ABCDEditorPart.svelte index d1f4434..c9d4bc3 100644 --- a/frontend/src/lib/editor/ABCDEditorPart.svelte +++ b/frontend/src/lib/editor/ABCDEditorPart.svelte @@ -43,7 +43,7 @@ {#if Array.isArray(data.questions[selected_question].answers)} {#each data.questions[selected_question].answers as answer, index}
{ data.questions[selected_question].answers = [ ...data.questions[selected_question].answers, diff --git a/frontend/src/lib/editor/OrderEditorPart.svelte b/frontend/src/lib/editor/OrderEditorPart.svelte index b87cdfb..a50fdf9 100644 --- a/frontend/src/lib/editor/OrderEditorPart.svelte +++ b/frontend/src/lib/editor/OrderEditorPart.svelte @@ -57,7 +57,7 @@ {#each data.questions[selected_question].answers as answer, i (answer.id)}
{/if} -
+