From 5cef83e84ff412c02a1b9af091643e05183ad930 Mon Sep 17 00:00:00 2001 From: Ferdinand Thiessen Date: Tue, 17 Oct 2023 00:47:46 +0200 Subject: [PATCH 1/3] feat: Allow to reorder questions by keyboard Signed-off-by: Ferdinand Thiessen --- src/components/Questions/Question.vue | 80 +++++++++++++++++++++++++-- src/views/Create.vue | 45 +++++++++++---- 2 files changed, 109 insertions(+), 16 deletions(-) diff --git a/src/components/Questions/Question.vue b/src/components/Questions/Question.vue index 38a82a4a7..592b0f65b 100644 --- a/src/components/Questions/Question.vue +++ b/src/components/Questions/Question.vue @@ -22,17 +22,41 @@