Conner
Results
2
comments of
Conner
Came here with the same idea. Maybe in utils/action.js, instead of ``` if (key.name === 'right') return 'right'; if (key.name === 'left') return 'left'; ``` it could be ``` if...
I checked this out, and it looks like there are two problems that are causing this. 1. The input element is wrapped in a `` (without a for attribute). Because...