浏览代码

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

正在加载...
取消
保存