This commit is contained in:
Mirco Wittrien 2020-02-07 19:20:31 +01:00
parent 201d1d18c1
commit 763cbb119d
2 changed files with 1 additions and 2 deletions

View File

@ -1643,7 +1643,6 @@
if (propValue != null) node.style.setProperty(key, propValue, "important");
}
};
console.log(reactEle);
};
BDFDB.ReactUtils.findChildren = function (nodeOrInstance, config) {
if (!nodeOrInstance || !BDFDB.ObjectUtils.is(config) || !config.name && !config.key && !config.props && !config.filter) return [null, -1];

File diff suppressed because one or more lines are too long