Skip to content

Commit

Permalink
whitespace in empty line
Browse files Browse the repository at this point in the history
  • Loading branch information
nstraub committed Aug 26, 2017
1 parent 1aa8ca1 commit ca4d523
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderers/dom/shared/utils/getEventCharCode.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ function getEventCharCode(nativeEvent) {
if (charCode === 10) {
charCode = 13;
}

// Some non-printable keys are reported in `charCode`/`keyCode`, discard them.
// Must not discard the (non-)printable Enter-key.
if (charCode >= 32 || charCode === 13) {
Expand Down

0 comments on commit ca4d523

Please sign in to comment.