Sfoglia il codice sorgente

Ensures annotations refresh on settings change

main
Eric Amodio 4 anni fa
parent
commit
f98efbd3f0
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. +1
    -0
      src/annotations/fileAnnotationController.ts

+ 1
- 0
src/annotations/fileAnnotationController.ts Vedi File

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

Caricamento…
Annulla
Salva