Commit 5d98cb71 authored by Jacob Schatz's avatar Jacob Schatz Committed by Eric Eastwood

Comment newMergedList

parent 3c650185
......@@ -87,6 +87,8 @@ const RepoHelper = {
return Store.removeFromOpenedFiles(file);
},
// when you open a directory you need to put the directory files under
// the directory... This will merge the list of the current directory and the new list.
getNewMergedList(inDirectory, currentList, newList) {
const newListSorted = newList.sort(this.compareFilesCaseInsensitive);
if (!inDirectory) return newListSorted;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment