Pārlūkot izejas kodu

Fixes refresh issue on config change

main
Eric Amodio pirms 6 gadiem
vecāks
revīzija
e6f2ef15a6
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. +1
    -1
      src/views/historyExplorer.ts

+ 1
- 1
src/views/historyExplorer.ts Parādīt failu

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

Notiek ielāde…
Atcelt
Saglabāt