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 the selection disappearance at KeyCode::Down #118

Merged
merged 2 commits into from
Jul 10, 2021

Conversation

yykamei
Copy link
Owner

@yykamei yykamei commented Jul 10, 2021

The selection variable starts with 0, so we have to check whether
the selection reaches the bottom of the window by subtracting one from
the number of paths.

The `selection` variable starts with `0`, so we have to check whether
the `selection` reaches the bottom of the window by subtracting one from
the number of paths.
@yykamei yykamei added the bug Something isn't working label Jul 10, 2021
@yykamei yykamei enabled auto-merge (squash) July 10, 2021 08:32
@yykamei yykamei merged commit 6347bf1 into main Jul 10, 2021
@yykamei yykamei deleted the fix-selection-disappearance branch July 10, 2021 08:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant