This commit is contained in:
Mirco Wittrien 2020-05-20 14:14:15 +02:00
parent 42f6543cc4
commit 82046f1f02
2 changed files with 2 additions and 2 deletions

View File

@ -3292,7 +3292,7 @@
if (BDFDB.ArrayUtils.is(returnvalue.props.children[i].props.children)) {
for (let j in returnvalue.props.children[i].props.children) if (check(returnvalue.props.children[i].props.children[j])) {
if (config.group) return [returnvalue.props.children, i];
else return [returnvalue.props.children.props.children, j];
else return [returnvalue.props.children[i].props.children, j];
}
}
else if (check(returnvalue.props.children[i].props.children)) {

File diff suppressed because one or more lines are too long