Fix #121
This commit is contained in:
parent
b55d41e9bd
commit
3d4b2b1976
3 changed files with 3 additions and 3 deletions
|
|
@ -46,7 +46,7 @@ const newFileTree = (
|
|||
directFiles.push(file);
|
||||
return;
|
||||
}
|
||||
getGroup(file.pathComponents[0]).push(file);
|
||||
getGroup(file.pathComponents[depth]).push(file);
|
||||
});
|
||||
|
||||
directFiles = sortBy(directFiles, (f) => f.filename);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue