ソースを参照

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');

読み込み中…
キャンセル
保存