From 99a72b5b2ba852a43a5f0a869b63b7104333db15 Mon Sep 17 00:00:00 2001 From: David Baker Date: Fri, 12 Jan 2018 10:52:51 +0000 Subject: [PATCH] Fix autofocus broken in https://github.com/matrix-org/matrix-react-sdk/pull/1674 'focus' attribute was on the wrong thing --- src/components/views/dialogs/QuestionDialog.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/views/dialogs/QuestionDialog.js b/src/components/views/dialogs/QuestionDialog.js index 8814beace6..6cfe0babcb 100644 --- a/src/components/views/dialogs/QuestionDialog.js +++ b/src/components/views/dialogs/QuestionDialog.js @@ -62,7 +62,6 @@ export default React.createClass({
{ this.props.description } @@ -70,6 +69,7 @@ export default React.createClass({ { this.props.extraButtons }