(e3, t3)
| 7226 | } |
| 7227 | handleGridChanged(e3, t3, i3) { |
| 7228 | } |
| 7229 | handleSelectionChanged(e3, t3, i3, s3 = false) { |
| 7230 | } |
| 7231 | _setTransparency(e3, t3) { |
| 7232 | if (t3 === this._alpha) return; |
| 7233 | const i3 = this._canvas; |
| 7234 | this._alpha = t3, this._canvas = this._canvas.cloneNode(), this._initCanvas(), this._container.replaceChild(this._canvas, i3), this._refreshCharAtlas(e3, this._themeService.colors), this.handleGridChanged(e3, 0, e3.rows - 1); |
| 7235 | } |
nothing calls this directly
no test coverage detected