makyo / polycul.es

Graphing polyamorous relationships with force directed layouts.
MIT License
99 stars 25 forks source link

Don't preventDefault on all keydown #74

Open adri326 opened 1 year ago

adri326 commented 1 year ago

The page currently calls event.preventDefault() on every keydown event, making the page unaccessible for keyboard users, as tabbing between links is prevented by that call.

Consider only calling preventDefault() in the cases covered in the switch. I can submit a patch in a few days once my finals are over :)