ソースを参照

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

読み込み中…
キャンセル
保存