fix: update

This commit is contained in:
gx 2021-03-21 17:51:58 +08:00
parent 4db60bd1b6
commit 4215c4ec1e
2 changed files with 2 additions and 2 deletions

View File

@ -220,7 +220,7 @@ var TableHeader = function (_Component) {
};
TableHeader.prototype.doEventList = function doEventList(trs, action) {
if (trs && Array.isArray(trs) && action) {
if (trs && HTMLCollection.prototype.isPrototypeOf(trs) && action) {
for (var index = 0; index < trs.length; index++) {
action(trs[index]);
}

View File

@ -1,6 +1,6 @@
{
"name": "bee-table",
"version": "2.3.15-beta.13",
"version": "2.3.15-beta.14",
"description": "Table ui component for react",
"keywords": [
"react",