mirror of https://github.com/ElemeFE/element
Table: hide tooltip when it is destroyed, fixed #3836
parent
a2a0095167
commit
646b521085
|
@ -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);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue