From abf1583a1d79e537bcd35629fb49e1510dde8241 Mon Sep 17 00:00:00 2001 From: Mawoka Date: Thu, 9 Feb 2023 16:36:47 +0100 Subject: [PATCH] :bug: Fixed content shift(s) in editor --- frontend/src/lib/editor/ABCDEditorPart.svelte | 4 ++-- frontend/src/lib/editor/OrderEditorPart.svelte | 4 ++-- frontend/src/lib/editor/TextEditorPart.svelte | 4 ++-- frontend/src/lib/editor/VotingEditorPart.svelte | 4 ++-- frontend/src/lib/editor/uploader.svelte | 4 ++-- 5 files changed, 10 insertions(+), 10 deletions(-) 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} -
+