jonesnxt / kilordle

24 stars 20 forks source link

Pressing the CTRL key causes white screen #7

Closed ZagOnEm closed 2 years ago

ZagOnEm commented 2 years ago

Happens with both CTRL keys and happens every time.

jazzpi commented 2 years ago

This also happens when pressing capslock, and pressing shift inputs "shift". I think adding a check if key.length === 1 to https://github.com/jonesnxt/kilordle/blob/main/src/App.tsx#L35 should help.

jonesnxt commented 2 years ago

good catch! Just merged in a fix :+1: