Procházet zdrojové kódy

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

main
Eric před 2 roky
odevzdal Eric Amodio
rodič
revize
7566bcbef5
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      src/webviews/apps/plus/graph/GraphWrapper.tsx

+ 1
- 1
src/webviews/apps/plus/graph/GraphWrapper.tsx Zobrazit soubor

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

Načítá se…
Zrušit
Uložit