(e3, t3)
| 744 | return false; |
| 745 | } |
| 746 | resize(e3, t3) { |
| 747 | e3 !== this.cols || t3 !== this.rows ? super.resize(e3, t3) : this._charSizeService && !this._charSizeService.hasValidSize && this._charSizeService.measure(); |
| 748 | } |
| 749 | _afterResize(e3, t3) { |
| 750 | var _a, _b; |
| 751 | (_a = this._charSizeService) == null ? void 0 : _a.measure(), (_b = this.viewport) == null ? void 0 : _b.syncScrollArea(true); |