Spacebar makes the page jump
Closed this issue · 0 comments
Pamblam commented
When the user presses an arrow key event.preventDefault()
is called to prevent the page from scrolling. I didn't do the same thing for the spacebar because the spacebar could be used in the name input.
Please call the event's preventDefault()
method only if the input is not in focus (or is not visible, whatever is easier).