This repository was archived by the owner on Nov 25, 2021. It is now read-only.
Commit a72247a
fix: use new &tab= URL format
Since https://github.com/sourcegraph/sourcegraph/pull/12109, URLs with a view state (eg `references`) have used `#L123&tab=references` not `#L123$references`.
This commit fixes the URLs for the hover actions, which eliminates a `<Redirect>` (which, in turn, causes a full unmount-mount cycle for `BlobPage` and all of its children, which is slow).1 parent 55c4a18 commit a72247a
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
135 | 135 | | |
136 | 136 | | |
137 | 137 | | |
138 | | - | |
| 138 | + | |
139 | 139 | | |
140 | 140 | | |
141 | 141 | | |
| |||
0 commit comments