瀏覽代碼

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(

Loading…
取消
儲存