소스 검색

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

불러오는 중...
취소
저장