Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: fix keyboard option navigation skipping all items (#1165)
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. #1161 Co-authored-by: Dino Pejaković <[email protected]>
- Loading branch information