Table: hide tooltip when it is destroyed, fixed #3836

pull/4047/head
qingwei.li 2017-03-31 17:08:36 +08:00 committed by 杨奕
parent a2a0095167
commit 646b521085
1 changed files with 1 additions and 0 deletions

View File

@ -215,6 +215,7 @@ export default {
this.tooltipContent = cell.innerText;
tooltip.referenceElm = cell;
tooltip.$refs.popper.style.display = 'none';
tooltip.doDestroy();
this.activateTooltip(tooltip);
}