()
| 135 | return e3.setAttribute("role", "listitem"), e3.tabIndex = -1, this._refreshRowDimensions(e3), e3; |
| 136 | } |
| 137 | _refreshRowsDimensions() { |
| 138 | if (this._renderService.dimensions.css.cell.height) { |
| 139 | this._accessibilityContainer.style.width = `${this._renderService.dimensions.css.canvas.width}px`, this._rowElements.length !== this._terminal.rows && this._handleResize(this._terminal.rows); |
| 140 | for (let e3 = 0; e3 < this._terminal.rows; e3++) this._refreshRowDimensions(this._rowElements[e3]); |
| 141 | } |
| 142 | } |
| 143 | _refreshRowDimensions(e3) { |
| 144 | e3.style.height = `${this._renderService.dimensions.css.cell.height}px`; |
| 145 | } |
no test coverage detected