Pārlūkot izejas kodu

Ensures annotations refresh on settings change

main
Eric Amodio pirms 4 gadiem
vecāks
revīzija
f98efbd3f0
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  1. +1
    -0
      src/annotations/fileAnnotationController.ts

+ 1
- 0
src/annotations/fileAnnotationController.ts Parādīt failu

@ -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;
}

Notiek ielāde…
Atcelt
Saglabāt