Fix tree
This commit is contained in:
Родитель
63e724b33e
Коммит
63880f7bec
|
@ -45,7 +45,7 @@ class CodeTourTreeProvider implements TreeDataProvider<TreeItem>, Disposable {
|
|||
|
||||
async getChildren(element?: TreeItem): Promise<TreeItem[] | undefined> {
|
||||
if (!element) {
|
||||
if (!store.hasTours) {
|
||||
if (!store.hasTours && !store.activeTour) {
|
||||
return [new RecordTourNode()];
|
||||
} else {
|
||||
const tours = store.tours.map(tour => {
|
||||
|
|
Загрузка…
Ссылка в новой задаче