Преглед на файлове

Debounces other active line events

main
Eric Amodio преди 7 години
родител
ревизия
9da80c121b
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. +2
    -2
      src/blameActiveLineController.ts

+ 2
- 2
src/blameActiveLineController.ts Целия файл

@ -140,7 +140,7 @@ export class BlameActiveLineController extends Disposable {
this.git.getBlameForFile(this._uri);
}
this._updateBlame(editor.selection.active.line, editor);
this._updateBlameDebounced(editor.selection.active.line, editor);
}
private _onBlameabilityChanged(e: BlameabilityChangeEvent) {
@ -153,7 +153,7 @@ export class BlameActiveLineController extends Disposable {
// Make sure this is for the editor we are tracking
if (!TextEditorComparer.equals(this._editor, e.editor)) return;
this._updateBlame(this._editor.selection.active.line, this._editor);
this._updateBlameDebounced(this._editor.selection.active.line, this._editor);
}
private _onBlameAnnotationToggled() {

Зареждане…
Отказ
Запис