From 98a3567aa895a75e54155c867691fce089ab5299 Mon Sep 17 00:00:00 2001 From: jonyshi Date: Sat, 29 Dec 2018 16:42:55 +0800 Subject: [PATCH] publish 1.6.24 --- build/Table.js | 2 +- package.json | 2 +- src/Table.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build/Table.js b/build/Table.js index 767eb25..58ce7b2 100644 --- a/build/Table.js +++ b/build/Table.js @@ -1195,7 +1195,7 @@ var Table = function (_Component) { 'div', { className: className, style: props.style, ref: function ref(el) { return _this6.contentTable = el; - }, onKeyDown: this.onKeyDown, tabIndex: props.tabIndex ? props.tabIndex : '0' }, + }, tabIndex: props.tabIndex ? props.tabIndex : '0' }, this.getTitle(), _react2["default"].createElement( 'div', diff --git a/package.json b/package.json index 8560d15..003a6eb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bee-table", - "version": "1.6.23", + "version": "1.6.24", "description": "Table ui component for react", "keywords": [ "react", diff --git a/src/Table.js b/src/Table.js index 32f0fcb..aa61c1a 100644 --- a/src/Table.js +++ b/src/Table.js @@ -1063,7 +1063,7 @@ class Table extends Component { } return ( -
this.contentTable = el} onKeyDown={this.onKeyDown} tabIndex={props.tabIndex?props.tabIndex:'0'} > +
this.contentTable = el} tabIndex={props.tabIndex?props.tabIndex:'0'} > {this.getTitle()}