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 navigating to a refname result that is also indexed in search track index #4593

Merged
merged 1 commit into from
Oct 23, 2024

Conversation

cmdcolin
Copy link
Collaborator

Currently if you query the search box for a refname, you can get a situation where manually clicking on the returned search results does nothing

This PR fixes that

Fixes #4452

Note: i'm not even attempting to document the exact data flow and reason why this PR fixes the issue at this time. This is a bit of a stop gap solution. The behavior of the search box is complex and i admittedly do not actually know the exact sequence of steps that leads to this scenario happening, a more thorough analysis could be useful, as well as for potentially refactoring the data flow of the search box

@cmdcolin cmdcolin added the bug Something isn't working label Oct 23, 2024
@cmdcolin cmdcolin merged commit 6a3ed84 into main Oct 23, 2024
4 checks passed
@cmdcolin cmdcolin deleted the fix_nav branch October 23, 2024 19:58
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.

Navigating to a refName if multiple results dialog is triggered can result in no-action
1 participant