内存泄漏问题
This commit is contained in:
parent
1f6082e2fd
commit
bad3f47f0c
|
@ -86,6 +86,12 @@ class TableHeader extends Component {
|
||||||
this.initEvent();
|
this.initEvent();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
componentWillUnmount(){
|
||||||
|
this.removeDragAbleEvent();
|
||||||
|
this.removeDragBorderEvent();
|
||||||
|
}
|
||||||
|
|
||||||
// componentDidMount(){
|
// componentDidMount(){
|
||||||
// this.initTable();
|
// this.initTable();
|
||||||
// this.initEvent();
|
// this.initEvent();
|
||||||
|
|
Loading…
Reference in New Issue