File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 285
285
this .eventBus .$off (' setRowHeight' , self .setRowHeightHandler );
286
286
this .eventBus .$off (' directionchange' , self .directionchangeHandler );
287
287
this .eventBus .$off (' setColNum' , self .setColNum );
288
+ this .interactObj .unset () // destroy interact intance
288
289
},
289
290
mounted : function () {
290
291
this .cols = this .$parent .colNum ;
Original file line number Diff line number Diff line change 117
117
},
118
118
beforeDestroy : function (){
119
119
// Remove listeners
120
- this .eventBus .$off (' resizeEvent' , self .resizeEventHandler );
121
- this .eventBus .$off (' dragEvent' , self .dragEventHandler );
122
- window .removeEventListener (" resize" , self .onWindowResize )
120
+ this .eventBus .$off (' resizeEvent' , this .resizeEventHandler );
121
+ this .eventBus .$off (' dragEvent' , this .dragEventHandler );
122
+ window .removeEventListener (" resize" , this .onWindowResize )
123
123
},
124
124
mounted : function () {
125
125
this .$nextTick (function () {
You can’t perform that action at this time.
0 commit comments