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

fix: fix keyboard option navigation skipping all items #1165

Merged

Conversation

inoric
Copy link
Contributor

@inoric inoric commented Apr 17, 2020

Fixes #1161. Navigating with up or down arrows would always go to first and last option, skipping
everything in between. Caused by missing break statements, probably deleted by accident.

Fixes sagalbot#1161. Navigating with up or down arrows would always go to first and last option, skipping
everything in between. Caused by missing break statements, probably deleted by accident.

sagalbot#1161
@sagalbot sagalbot merged commit f47180c into sagalbot:master Apr 17, 2020
@sagalbot
Copy link
Owner

Yikes!! Thanks for the patch. I went to refactor those methods, then ended up leaving them, but I guess I didn't revert all the changes. Thanks!!

@github-actions
Copy link

🎉 This PR is included in version 3.10.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Broken keyboard navigation through options
2 participants