From 6b51fba9504fa9533131c2e167c1f6c39f36ab01 Mon Sep 17 00:00:00 2001 From: apple502j <33279053+apple502j@users.noreply.github.com> Date: Thu, 1 Oct 2020 22:23:33 +0900 Subject: [PATCH] Remove autofocus from question input --- src/components/question/question.jsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/question/question.jsx b/src/components/question/question.jsx index 373f7cb91..7bcb1263a 100644 --- a/src/components/question/question.jsx +++ b/src/components/question/question.jsx @@ -21,7 +21,6 @@ const QuestionComponent = props => { ) : null} <div className={styles.questionInput}> <Input - autoFocus value={answer} onChange={onChange} onKeyPress={onKeyPress} -- GitLab