Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit a8231f7

Browse files
committed
Remove redundant stale onKeyDown
Signed-off-by: Michael Telatynski <[email protected]>
1 parent 2ba0a80 commit a8231f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/views/dialogs/TextInputDialog.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ export default React.createClass({
6868
<label htmlFor="textinput"> { this.props.description } </label>
6969
</div>
7070
<div>
71-
<input id="textinput" ref="textinput" className="mx_TextInputDialog_input" defaultValue={this.props.value} autoFocus={this.props.focus} size="64" onKeyDown={this.onKeyDown} />
71+
<input id="textinput" ref="textinput" className="mx_TextInputDialog_input" defaultValue={this.props.value} autoFocus={this.props.focus} size="64" />
7272
</div>
7373
</div>
7474
<div className="mx_Dialog_buttons">

0 commit comments

Comments
 (0)