Skip to content
Snippets Groups Projects
Commit 880ae0f3 authored by David Baker's avatar David Baker
Browse files

Fix typo

parent 52de3227
No related branches found
No related tags found
No related merge requests found
......@@ -211,7 +211,7 @@ module.exports = React.createClass({
}
else if (ev.keyCode === KeyCode.UP || ev.keyCode === KeyCode.DOWN) {
var oldSelectionStart = this.refs.textarea.selectionStart;
// Remember the keyboard because React will recycle the synthetic event
// Remember the keyCode because React will recycle the synthetic event
var keyCode = ev.keyCode;
// set a callback so we can see if the cursor position changes as
// a result of this event. If it doesn't, we cycle history.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment