()
| 576 | })), this._charSizeService.measure(), this.refresh(0, this.rows - 1), this._initGlobal(), this.bindMouse(); |
| 577 | } |
| 578 | _createRenderer() { |
| 579 | return this._instantiationService.createInstance(_.DomRenderer, this, this._document, this.element, this.screenElement, this._viewportElement, this._helperContainer, this.linkifier); |
| 580 | } |
| 581 | bindMouse() { |
| 582 | const e3 = this, t3 = this.element; |
| 583 | function i3(t4) { |
no test coverage detected