Commit 3a005ef5 authored by Leopoldthecoder's avatar Leopoldthecoder Committed by 杨奕

Table: fix undefined popper

parent 4b4b6ddf
......@@ -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);
......
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