mirror of https://github.com/ElemeFE/element
parent
ceccf51793
commit
a02c6ed3c2
|
@ -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;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue