瀏覽代碼

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

main
Eric 2 年之前
committed by Eric Amodio
父節點
當前提交
7566bcbef5
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      src/webviews/apps/plus/graph/GraphWrapper.tsx

+ 1
- 1
src/webviews/apps/plus/graph/GraphWrapper.tsx 查看文件

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

Loading…
取消
儲存