web: add `location.search` to the new tab URL
Created by: valerybugakov
Context
Missing query parameters caused Panel
to lose focus on a specific code symbol.
That's why tabs disappeared on any tab switch — there was no symbol to generate tabs for.
Fixes https://github.com/sourcegraph/sourcegraph/issues/22490.
Changes
- Added
location.search
to the new tab URL.