masakudamatsu / line-height-picker

A front-end web app that helps web designers/developers pick the best line-height value for their websites
https://line-height-picker.vercel.app
MIT License
2 stars 1 forks source link

Remove KeyPress event handler #258

Closed masakudamatsu closed 4 years ago

masakudamatsu commented 4 years ago

We just learned that arrow keys (and other keys that do not produce a character) do not trigger the keypress event.

Accordingly, we will remove the lines of code that handle the KeyPress event.