Skip to content

Commit

Permalink
style(type): remove whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
Jesu Castillo committed Nov 3, 2020
1 parent 0faa576 commit 522a362
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/type.js
Expand Up @@ -46,7 +46,7 @@ const modifierCallbackMap = {

const specialCharCallbackMap = {
'{arrowleft}': navigationKey('ArrowLeft'),
'{arrowright}': navigationKey( 'ArrowRight'),
'{arrowright}': navigationKey('ArrowRight'),
'{enter}': handleEnter,
'{esc}': handleEsc,
'{del}': handleDel,
Expand Down

0 comments on commit 522a362

Please sign in to comment.