Przeglądaj źródła

Fixes refresh issue on config change

main
Eric Amodio 6 lat temu
rodzic
commit
e6f2ef15a6
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      src/views/historyExplorer.ts

+ 1
- 1
src/views/historyExplorer.ts Wyświetl plik

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

Ładowanie…
Anuluj
Zapisz