Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Repaired function of the Enter on Numpad #14

Merged
merged 1 commit into from
Apr 4, 2024

Conversation

milenacerna
Copy link
Contributor

@milenacerna milenacerna commented Apr 4, 2024

Problem

Enter on Numpad didn't work

Fixes #3

Describe your changes

  • added condition e.code === 'NumpadEnter'

Testing

While running the app - add a new item and press the Enter button on Numpad. If you have a laptop without Numpad, you can not test :-)

Checklist before requesting a review

  • I was guided by the tutor, so it has to be good

Copy link
Contributor

@tomastauer tomastauer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice 👍

@tomastauer tomastauer merged commit f78fcd6 into oss-institute:master Apr 4, 2024
1 check passed
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.

🐞 Enable adding new todo items by pressing the numpad enter
2 participants