()
| 1949 | return this._renderDebouncer.addRefreshCallback(e3); |
| 1950 | } |
| 1951 | _fullRefresh() { |
| 1952 | this._isPaused ? this._needsFullRefresh = true : this.refreshRows(0, this._rowCount - 1); |
| 1953 | } |
| 1954 | clearTextureAtlas() { |
| 1955 | var _a, _b; |
| 1956 | this._renderer.value && ((_b = (_a = this._renderer.value).clearTextureAtlas) == null ? void 0 : _b.call(_a), this._fullRefresh()); |
no test coverage detected