(e3)
| 238 | this._lastBufferCell && t3.x === this._lastBufferCell.x && t3.y === this._lastBufferCell.y || (this._handleHover(t3), this._lastBufferCell = t3); |
| 239 | } |
| 240 | _handleHover(e3) { |
| 241 | if (this._activeLine !== e3.y || this._wasResized) return this._clearCurrentLink(), this._askForLink(e3, false), void (this._wasResized = false); |
| 242 | this._currentLink && this._linkAtPosition(this._currentLink.link, e3) || (this._clearCurrentLink(), this._askForLink(e3, true)); |
| 243 | } |
| 244 | _askForLink(e3, t3) { |
| 245 | var _a, _b; |
| 246 | this._activeProviderReplies && t3 || ((_a = this._activeProviderReplies) == null ? void 0 : _a.forEach(((e4) => { |
no test coverage detected