소스 검색

Fixes #217 - status bar blame sticks on editor close

main
Eric Amodio 7 년 전
부모
커밋
42e7020597
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      src/currentLineController.ts

+ 1
- 1
src/currentLineController.ts 파일 보기

@ -254,7 +254,7 @@ export class CurrentLineController extends Disposable {
async refresh(editor?: TextEditor) {
this._currentLine.line = -1;
if (editor === undefined && this._editor !== undefined) return;
if (editor === undefined && this._editor === undefined) return;
this.clearAnnotations(this._editor);

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