Commit 646b5210 authored by qingwei.li's avatar qingwei.li Committed by 杨奕

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

parent a2a00951
...@@ -215,6 +215,7 @@ export default { ...@@ -215,6 +215,7 @@ export default {
this.tooltipContent = cell.innerText; this.tooltipContent = cell.innerText;
tooltip.referenceElm = cell; tooltip.referenceElm = cell;
tooltip.$refs.popper.style.display = 'none';
tooltip.doDestroy(); tooltip.doDestroy();
this.activateTooltip(tooltip); this.activateTooltip(tooltip);
} }
......
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