()
| 457 | } |
| 458 | |
| 459 | rightKeepRatio() { |
| 460 | const newW = this.area.rect.clientHeight * this.placedRatio; |
| 461 | const absRight = this.fixCropperRight( |
| 462 | this.main.elLeft() + |
| 463 | this.left + newW + 2); |
| 464 | this.setRight((this.area.el.clientWidth + this.main.elLeft()) - absRight); |
| 465 | } |
| 466 | |
| 467 | show() { |
| 468 | this.shown = true; |
no test coverage detected