Procházet zdrojové kódy

Ensures annotations refresh on settings change

main
Eric Amodio před 4 roky
rodič
revize
f98efbd3f0
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  1. +1
    -0
      src/annotations/fileAnnotationController.ts

+ 1
- 0
src/annotations/fileAnnotationController.ts Zobrazit soubor

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

Načítá se…
Zrušit
Uložit