()
| 600 | setDisplayRawBounds(rawBounds()); |
| 601 | |
| 602 | function init() { |
| 603 | const bounds = computeInitialBounds(); |
| 604 | setRawBoundsConstraining(bounds); |
| 605 | setDisplayRawBounds(bounds); |
| 606 | setIsReady(true); |
| 607 | } |
| 608 | |
| 609 | if (props.ref) { |
| 610 | const cropperRef: CropperRef = { |
no test coverage detected