Commit e75ae262 authored by Tim Zallmann's avatar Tim Zallmann

Found one more comment that is different in CE

parent 5cd0f8f9
......@@ -86,7 +86,6 @@ export default class GroupsStore {
const group = tree[key];
if (
// Make sure `group` exists since it can be deleted below
group &&
currentOrphan.fullPath.lastIndexOf(group.fullPath) === 0 &&
// Make sure the currently selected orphan is not the same as the group
......
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