Commit a02c6ed3 authored by 杨奕's avatar 杨奕 Committed by baiyaaaaa

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

parent ceccf517
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment