Переглянути джерело

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

Завантаження…
Відмінити
Зберегти