chore: cleanup

This commit is contained in:
Anoop M D 2022-10-16 01:07:45 +05:30
parent f2ffca35da
commit 75f6daec06

View File

@ -594,7 +594,6 @@ export const collectionsSlice = createSlice({
}
}
addDepth(collection.items);
// sortItems(collection);
}
},
localCollectionAddDirectoryEvent: (state, action) => {
@ -623,7 +622,6 @@ export const collectionsSlice = createSlice({
currentSubItems = childItem.items;
}
addDepth(collection.items);
// sortItems(collection);
}
},
localCollectionChangeFileEvent: (state, action) => {