diff --git a/src/annotations/fileAnnotationController.ts b/src/annotations/fileAnnotationController.ts index c9e1c4c..0519ce5 100644 --- a/src/annotations/fileAnnotationController.ts +++ b/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; }