(i, t)
| 6562 | return this._root = i, this; |
| 6563 | } |
| 6564 | show(i, t) { |
| 6565 | const n = this._scheduler, s = n.$domHelpers, a = document.body, o = this.getNode(); |
| 6566 | if (s.isChildOf(o, a) || (this.hide(), a.appendChild(o)), this._isLikeMouseEvent(i)) { |
| 6567 | const _ = this._calculateTooltipPosition(i); |
| 6568 | t = _.top, i = _.left; |
| 6569 | } |
| 6570 | return o.style.top = t + "px", o.style.left = i + "px", n._waiAria.tooltipVisibleAttr(o), this; |
| 6571 | } |
| 6572 | hide() { |
| 6573 | const i = this._scheduler, t = this.getNode(); |
| 6574 | return t && t.parentNode && t.parentNode.removeChild(t), i._waiAria.tooltipHiddenAttr(t), this; |
no test coverage detected