()
| 306 | } |
| 307 | |
| 308 | private updateSizes(): void { |
| 309 | this.updateLeftWidth(); |
| 310 | this.updateRightWidth(); |
| 311 | this.updateRanges(); |
| 312 | } |
| 313 | |
| 314 | private isLeftSnapped(): boolean { |
| 315 | return this.resizerLeft.classed("snapped"); |
no test coverage detected