Преглед изворни кода

Ensures annotations refresh on settings change

main
Eric Amodio пре 4 година
родитељ
комит
f98efbd3f0
1 измењених фајлова са 1 додато и 0 уклоњено
  1. +1
    -0
      src/annotations/fileAnnotationController.ts

+ 1
- 0
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;
}

Loading…
Откажи
Сачувај