Hover remains after navigating to another file using sidebar
View options
- Truncate descriptions
Created by: sqs
Repro:
- Go to https://sourcegraph.com/github.com/sourcegraph/sourcegraph@a8522961e56ced3892ca8850c32b0de404f44c2d/-/blob/shared/src/hover/actions.ts
- Click on a token to get a hover
- In the sidebar file tree, click
actions.test.ts
to go to that file
Expected: the hover goes away
Actual: the hover remains and displays the same thing

