Kaynağa Gözat

Fixes changes from showing as working changes

main
Eric Amodio 4 yıl önce
ebeveyn
işleme
48bfe15885
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. +1
    -1
      src/views/nodes/branchTrackingStatusFilesNode.ts

+ 1
- 1
src/views/nodes/branchTrackingStatusFilesNode.ts Dosyayı Görüntüle

@ -87,7 +87,7 @@ export class BranchTrackingStatusFilesNode extends ViewNode {
this.view.config.files.compact,
);
const root = new FolderNode(this.view, this, this.repoPath, '', hierarchy, true);
const root = new FolderNode(this.view, this, this.repoPath, '', hierarchy, false);
children = root.getChildren() as FileNode[];
} else {
children.sort(

Yükleniyor…
İptal
Kaydet