publish 2.0.8

This commit is contained in:
jonyshi 2019-03-25 10:45:05 +08:00
parent b56da82d67
commit fc74435a1d
6 changed files with 2666 additions and 10106 deletions

View File

@ -416,6 +416,7 @@ var TableHeader = function (_Component) {
}; };
TableHeader.prototype.componentWillUnmount = function componentWillUnmount() { TableHeader.prototype.componentWillUnmount = function componentWillUnmount() {
if (!this.table) return;
if (this.props.draggable) { if (this.props.draggable) {
this.removeDragAbleEvent(); this.removeDragAbleEvent();
} }

2
dist/demo.css.map vendored

File diff suppressed because one or more lines are too long

12554
dist/demo.js vendored

File diff suppressed because one or more lines are too long

2
dist/demo.js.map vendored

File diff suppressed because one or more lines are too long

View File

@ -1,6 +1,6 @@
{ {
"name": "bee-table", "name": "bee-table",
"version": "2.0.7", "version": "2.0.8",
"description": "Table ui component for react", "description": "Table ui component for react",
"keywords": [ "keywords": [
"react", "react",

View File

@ -88,6 +88,7 @@ class TableHeader extends Component {
componentWillUnmount(){ componentWillUnmount(){
if(!this.table)return;
if (this.props.draggable){ if (this.props.draggable){
this.removeDragAbleEvent(); this.removeDragAbleEvent();
} }