This commit is contained in:
Logan Ramos 2023-08-10 14:20:56 -07:00 коммит произвёл GitHub
Родитель c2f63e83a0
Коммит cb968b2878
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -659,7 +659,7 @@ export class ExplorerView extends ViewPane implements IExplorerView {
}
const toRefresh = item || this.tree.getInput();
return this.tree.updateChildren(toRefresh, recursive, false, {
return this.tree.updateChildren(toRefresh, recursive, !!item, {
diffIdentityProvider: identityProvider
});
}