|
@@ -221,7 +221,7 @@ export default {
|
|
},
|
|
},
|
|
|
|
|
|
handleCellMouseLeave(event) {
|
|
handleCellMouseLeave(event) {
|
|
- this.$refs.tooltip.handleClosePopper();
|
|
|
|
|
|
+ this.$refs.tooltip && this.$refs.tooltip.handleClosePopper();
|
|
const cell = getCell(event);
|
|
const cell = getCell(event);
|
|
if (!cell) return;
|
|
if (!cell) return;
|
|
|
|
|