Răsfoiți Sursa

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

杨奕 8 ani în urmă
părinte
comite
a02c6ed3c2
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      packages/table/src/table-body.js

+ 1 - 1
packages/table/src/table-body.js

@@ -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;