johneastman / circles

A point-and-click browser game
https://johneastman.github.io/circles/
MIT License
0 stars 0 forks source link

React Hot Reload Disabling Keyboard Events #35

Open johneastman opened 1 year ago

johneastman commented 1 year ago

Whenever React hot reloads due to changes in the code, the keyboard events do not work. I have to reload the page for keyboard events to work. Investigate why this is happening.