From 4dc04b661d2fc3544f78fadaae5718544227823d Mon Sep 17 00:00:00 2001 From: Jonas Rittershofer Date: Fri, 29 May 2020 13:20:01 +0200 Subject: [PATCH] Allow navigation through edit via Tab-Key Signed-off-by: Jonas Rittershofer --- src/components/Questions/Question.vue | 30 ++++++++++++++++++++++++++- 1 file changed, 29 insertions(+), 1 deletion(-) diff --git a/src/components/Questions/Question.vue b/src/components/Questions/Question.vue index 1ea8711..269ed57 100644 --- a/src/components/Questions/Question.vue +++ b/src/components/Questions/Question.vue @@ -36,6 +36,7 @@
-

+

{ + this.$refs.titleInput.focus() + }) + } + }, + /** * Enable the edit mode */