Przeglądaj źródła

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

main
Eric 2 lat temu
committed by Eric Amodio
rodzic
commit
7566bcbef5
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      src/webviews/apps/plus/graph/GraphWrapper.tsx

+ 1
- 1
src/webviews/apps/plus/graph/GraphWrapper.tsx Wyświetl plik

@ -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

Ładowanie…
Anuluj
Zapisz