Skip to content

Conversation

@adedamolagig
Copy link

const key = this.keys.find( key => { return key.keyCode === e.keyCode })
The above line returns "undefined"...I found a better way to write it so I decided to create a PR

const key = this.keys.find( key => { return key.keyCode === e.keyCode })
The above line returns "undefined"...I found a better way to write it so I decided to create a PR
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant