()
| 1297 | this._updateDimensions(), this._widthCache.clear(), this._setDefaultSpacing(); |
| 1298 | } |
| 1299 | handleBlur() { |
| 1300 | this._rowContainer.classList.remove(S), this.renderRows(0, this._bufferService.rows - 1); |
| 1301 | } |
| 1302 | handleFocus() { |
| 1303 | this._rowContainer.classList.add(S), this.renderRows(this._bufferService.buffer.y, this._bufferService.buffer.y); |
| 1304 | } |
no test coverage detected