()
| 565 | } |
| 566 | |
| 567 | private _skipUpdate(): boolean { |
| 568 | return !!( |
| 569 | this._getInput(_MatThumb.START)?._skipUIUpdate || this._getInput(_MatThumb.END)?._skipUIUpdate |
| 570 | ); |
| 571 | } |
| 572 | |
| 573 | /** Stores the slider dimensions. */ |
| 574 | _updateDimensions(): void { |
no test coverage detected