瀏覽代碼

Changes maximize toggle to not hide

main
Eric Amodio 1 年之前
父節點
當前提交
ae2e759200
共有 1 個檔案被更改,包括 0 行新增1 行删除
  1. +0
    -1
      src/plus/webviews/graph/registration.ts

+ 0
- 1
src/plus/webviews/graph/registration.ts 查看文件

@ -88,7 +88,6 @@ export function registerGraphWebviewCommands(container: Container, webview: Webv
registerCommand(Commands.ToggleMaximizedGraph, (...args: any[]) => {
if (getContext('gitlens:webviewView:graph:visible')) {
void executeCoreCommand('workbench.action.toggleMaximizedPanel');
void executeCoreCommand('workbench.action.closePanel');
} else {
void executeCommand(Commands.ShowGraphView, ...args);
void executeCoreCommand('workbench.action.toggleMaximizedPanel');

Loading…
取消
儲存