remove redundant&stale onKeyDown

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
pull/21833/head
Michael Telatynski 2017-10-05 08:08:39 +01:00
parent 38de4ae152
commit c115980f21
No known key found for this signature in database
GPG Key ID: 0435A1D4BBD34D64
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ export default React.createClass({
<label htmlFor="textinput"> { _t('Room name (optional)') } </label>
</div>
<div>
<input id="textinput" ref="textinput" className="mx_CreateRoomDialog_input" autoFocus={true} size="64" onKeyDown={this.onKeyDown} />
<input id="textinput" ref="textinput" className="mx_CreateRoomDialog_input" autoFocus={true} size="64" />
</div>
<br />