Browse Source

Fixes changes from showing as working changes

main
Eric Amodio 4 years ago
parent
commit
48bfe15885
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/views/nodes/branchTrackingStatusFilesNode.ts

+ 1
- 1
src/views/nodes/branchTrackingStatusFilesNode.ts View File

@ -87,7 +87,7 @@ export class BranchTrackingStatusFilesNode extends ViewNode {
this.view.config.files.compact, 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[]; children = root.getChildren() as FileNode[];
} else { } else {
children.sort( children.sort(

Loading…
Cancel
Save