Table: fix a handleClosePopper bug, fixed #3888 (#4085)

pull/4073/head
杨奕 2017-04-12 11:26:45 +08:00 committed by baiyaaaaa
parent ceccf51793
commit a02c6ed3c2
1 changed files with 1 additions and 1 deletions

View File

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