Bläddra i källkod

Fixes changes from showing as working changes

main
Eric Amodio 4 år sedan
förälder
incheckning
48bfe15885
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. +1
    -1
      src/views/nodes/branchTrackingStatusFilesNode.ts

+ 1
- 1
src/views/nodes/branchTrackingStatusFilesNode.ts Visa fil

@ -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(

Laddar…
Avbryt
Spara