()
| 7270 | super.resize(e3, t3), this._state = void 0; |
| 7271 | } |
| 7272 | reset(e3) { |
| 7273 | this._clearCurrentLink(); |
| 7274 | } |
| 7275 | _clearCurrentLink() { |
| 7276 | if (this._state) { |
| 7277 | this._clearCells(this._state.x1, this._state.y1, this._state.cols - this._state.x1, 1); |
| 7278 | const e3 = this._state.y2 - this._state.y1 - 1; |
| 7279 | e3 > 0 && this._clearCells(0, this._state.y1 + 1, this._state.cols, e3), this._clearCells(0, this._state.y2, this._state.x2, 1), this._state = void 0; |
| 7280 | } |
| 7281 | } |
no test coverage detected