publish 2.0.8
This commit is contained in:
parent
b56da82d67
commit
fc74435a1d
|
@ -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();
|
||||||
}
|
}
|
||||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -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",
|
||||||
|
|
|
@ -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();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue