Преглед изворни кода

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…
Откажи
Сачувај