Eric Amodio преди 5 години
родител
ревизия
3462275b4c
променени са 1 файла, в които са добавени 3 реда и са изтрити 3 реда
  1. +3
    -3
      src/views/nodes/branchOrTagFolderNode.ts

+ 3
- 3
src/views/nodes/branchOrTagFolderNode.ts Целия файл

@ -51,7 +51,7 @@ export class BranchOrTagFolderNode extends ViewNode {
children.push(
new BranchOrTagFolderNode(
this.view,
this.parent!,
this.folderName ? this : this.parent!,
this.type,
this.repoPath,
folder.name,
@ -64,8 +64,8 @@ export class BranchOrTagFolderNode extends ViewNode {
continue;
}
// Make sure to set ourselves as the parent
(folder.value as any).parent = this;
// Make sure to set the parent
(folder.value as any).parent = this.folderName ? this : this.parent!;
children.push(folder.value);
}

Зареждане…
Отказ
Запис