()
| 485 | } |
| 486 | |
| 487 | close() { |
| 488 | if (this.imagePlaced) { |
| 489 | this.finishPlacing(); |
| 490 | } |
| 491 | this.area.activated = false; |
| 492 | this.hide(); |
| 493 | } |
| 494 | |
| 495 | hide() { |
| 496 | this.area.rect.setAttribute('hidden', 'true'); |
nothing calls this directly
no test coverage detected