浏览代码

Fixes changes from showing as working changes

main
Eric Amodio 4 年前
父节点
当前提交
48bfe15885
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      src/views/nodes/branchTrackingStatusFilesNode.ts

+ 1
- 1
src/views/nodes/branchTrackingStatusFilesNode.ts 查看文件

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

正在加载...
取消
保存