(e3, t3)
| 303 | t3 && this._mouseDownLink === this._currentLink && this._linkAtPosition(this._currentLink.link, t3) && this._currentLink.link.activate(e3, this._currentLink.link.text); |
| 304 | } |
| 305 | _clearCurrentLink(e3, t3) { |
| 306 | this._currentLink && this._lastMouseEvent && (!e3 || !t3 || this._currentLink.link.range.start.y >= e3 && this._currentLink.link.range.end.y <= t3) && (this._linkLeave(this._element, this._currentLink.link, this._lastMouseEvent), this._currentLink = void 0, (0, a.disposeArray)(this._linkCacheDisposables)); |
| 307 | } |
| 308 | _handleNewLink(e3) { |
| 309 | if (!this._lastMouseEvent) return; |
| 310 | const t3 = this._positionFromMouseEvent(this._lastMouseEvent, this._element, this._mouseService); |
no test coverage detected