Skip to content

web: add `location.search` to the new tab URL

Administrator requested to merge vb/panel-tabs-url-fix into main

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.

Merge request reports

Loading