Table: fix undefined popper

pull/6762/head
Leopoldthecoder 2017-08-28 12:26:44 +08:00 committed by 杨奕
parent 4b4b6ddf97
commit 3a005ef5da
1 changed files with 1 additions and 1 deletions

View File

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