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

Ensures annotations refresh on settings change

main
Eric Amodio преди 4 години
родител
ревизия
f98efbd3f0
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  1. +1
    -0
      src/annotations/fileAnnotationController.ts

+ 1
- 0
src/annotations/fileAnnotationController.ts Целия файл

@ -378,6 +378,7 @@ export class FileAnnotationController implements Disposable {
const currentProvider = this.getProvider(editor);
if (currentProvider?.annotationType === type) {
await currentProvider.provideAnnotation(shaOrLine);
await currentProvider.selection(shaOrLine);
return true;
}

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