Restore functionality whennot decluttering
This commit is contained in:
@@ -891,10 +891,12 @@ class Executor {
|
|||||||
) {
|
) {
|
||||||
declutterGroups.push(declutterGroup);
|
declutterGroups.push(declutterGroup);
|
||||||
}
|
}
|
||||||
if (declutterGroup.length - 1 === declutterGroup[0]) {
|
if (declutterGroup) {
|
||||||
this.declutterItems.push(this, declutterGroup, feature);
|
if (declutterGroup.length - 1 === declutterGroup[0]) {
|
||||||
|
this.declutterItems.push(this, declutterGroup, feature);
|
||||||
|
}
|
||||||
|
declutterGroupIndex += 1 / declutterGroup[0];
|
||||||
}
|
}
|
||||||
declutterGroupIndex += 1 / declutterGroup[0];
|
|
||||||
}
|
}
|
||||||
++i;
|
++i;
|
||||||
break;
|
break;
|
||||||
|
|||||||
Reference in New Issue
Block a user