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

Fixed ternary issue with select_all keybind #90

Merged
merged 1 commit into from
Apr 6, 2024

Conversation

xxJava
Copy link
Contributor

@xxJava xxJava commented Apr 6, 2024

The ternary was not properly being interpreted by Python due to a lack of parenthesis around the ternary statement, causing the select_all keybind to always deselect regardless of the length of state.selected_indexes

The ternary was not properly being interpreted by Python due to a lack of parenthesis around the ternary statement, causing the select_all keybind to always deselect regardless of the length of state.selected_indexes
@petereon
Copy link
Owner

petereon commented Apr 6, 2024

Nice catch, thanks for the PR! I'll merge and release later today.

@petereon petereon merged commit e7bee61 into petereon:master Apr 6, 2024
15 of 16 checks 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.

None yet

2 participants