Parcourir la source

2235 - REGRESSION: Once we hide columns of the graph using the new context menu, we cannot show them again

main
Eric il y a 2 ans
committed by Eric Amodio
Parent
révision
7566bcbef5
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      src/webviews/apps/plus/graph/GraphWrapper.tsx

+ 1
- 1
src/webviews/apps/plus/graph/GraphWrapper.tsx Voir le fichier

@ -689,7 +689,7 @@ export function GraphWrapper({
className="column-button"
type="button"
role="button"
data-vscode-context={JSON.stringify({ webviewItem: 'gitlens:graph:columns' })}
data-vscode-context={graphContext?.header || JSON.stringify({ webviewItem: 'gitlens:graph:columns' })}
onClick={handleToggleColumnSettings}
>
<span

Chargement…
Annuler
Enregistrer