瀏覽代碼

Fixes refresh issue on config change

main
Eric Amodio 6 年之前
父節點
當前提交
e6f2ef15a6
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      src/views/historyExplorer.ts

+ 1
- 1
src/views/historyExplorer.ts 查看文件

@ -114,7 +114,7 @@ export class HistoryExplorer extends Disposable implements TreeDataProvider
this._disposable = this._tree;
}
if (!initializing && this._root === undefined) {
if (!initializing && this._root !== undefined) {
this.refresh(RefreshReason.ConfigurationChanged);
}
}

Loading…
取消
儲存