Explorar el Código

Ensures annotations refresh on settings change

main
Eric Amodio hace 4 años
padre
commit
f98efbd3f0
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. +1
    -0
      src/annotations/fileAnnotationController.ts

+ 1
- 0
src/annotations/fileAnnotationController.ts Ver fichero

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

Cargando…
Cancelar
Guardar