diff --git a/src/components/Questions/Question.vue b/src/components/Questions/Question.vue index 45d99c6..f4051d9 100644 --- a/src/components/Questions/Question.vue +++ b/src/components/Questions/Question.vue @@ -43,10 +43,13 @@ minlength="1" :maxlength="maxQuestionLength" required - @input="onInput" - @keyup="onTitleChange"> -
+ @input="onTitleChange"> +