From d89f934f5b8b0d61046b1b6298d91abb29f39d7a Mon Sep 17 00:00:00 2001 From: Mawoka Date: Wed, 28 Dec 2022 18:12:40 +0100 Subject: [PATCH] :sparkles: Added remove-buttons for voting --- .../src/lib/editor/VotingEditorPart.svelte | 29 +++++++++++++++---- 1 file changed, 24 insertions(+), 5 deletions(-) diff --git a/frontend/src/lib/editor/VotingEditorPart.svelte b/frontend/src/lib/editor/VotingEditorPart.svelte index a897d62..882a12e 100644 --- a/frontend/src/lib/editor/VotingEditorPart.svelte +++ b/frontend/src/lib/editor/VotingEditorPart.svelte @@ -43,21 +43,40 @@ {#each data.questions[selected_question].answers as answer, index}
- { + +