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