Skip to content
Snippets Groups Projects
Commit 15b1afee authored by chris's avatar chris
Browse files

remove autofocus prop

parent f2308ba5
No related branches found
No related tags found
1 merge request!458Hhmi accessibility
...@@ -95,7 +95,6 @@ export default ({ node, getPos, readOnly }) => { ...@@ -95,7 +95,6 @@ export default ({ node, getPos, readOnly }) => {
<FeedBack> <FeedBack>
<FeedBackLabel>Feedback</FeedBackLabel> <FeedBackLabel>Feedback</FeedBackLabel>
<FeedBackInput <FeedBackInput
autoFocus="autoFocus"
onChange={feedBackInput} onChange={feedBackInput}
onFocus={onFocus} onFocus={onFocus}
placeholder="Insert feedback" placeholder="Insert feedback"
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment