Explorar el Código

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

main
Eric hace 2 años
cometido por Eric Amodio
padre
commit
7566bcbef5
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      src/webviews/apps/plus/graph/GraphWrapper.tsx

+ 1
- 1
src/webviews/apps/plus/graph/GraphWrapper.tsx Ver fichero

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

Cargando…
Cancelar
Guardar