You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Think I've seen this in earlier builds as well. I want to say hitting return too many times when searching is what causes it for me.
lucasderraugh
changed the title
Crash in 1.3.4
Crash when hitting return multiple times on a search result
Dec 16, 2022
lucasderraugh
changed the title
Crash when hitting return multiple times on a search result
Crash when hitting return in search results when nothing is selected
Dec 16, 2022
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
…ted (#884)
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
The text was updated successfully, but these errors were encountered: