Skip to content

Conversation

@lucasderraugh
Copy link
Collaborator

When we apply a search result (hit return on one), this triggers a change that ultimately deselects all items in the search table view. This means we still have first responder status but have nothing selected. If we hit return now we will try and validate a nil commit and we can't compare nil commits. The solution is to verify that we have a valid commit selection.

Fixes #883

When we apply a search result (hit return on one), this triggers a change that ultimately deselects all items in the search table view.
This means we still have first responder status but have nothing selected. If we hit return now we will try and validate a nil commit and we can't compare nil commits. The solution is to verify that we have a valid commit selection.

Fixes #883
@lucasderraugh lucasderraugh merged commit 16adf50 into master Dec 16, 2022
@lucasderraugh lucasderraugh deleted the lderraugh/883 branch September 12, 2023 15:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

Crash when hitting return in search results when nothing is selected

2 participants