()
| 95 | } |
| 96 | |
| 97 | openMap () { |
| 98 | const modal = new WorldSelectModal({ world: this.settings.world, dataType: 'region', default: this.createWorldBounds(), supermodel: this.settings.supermodel }) |
| 99 | modal.callback = this.callback |
| 100 | return this.settings.view.openModalView(modal) |
| 101 | } |
| 102 | |
| 103 | callback (e) { |
| 104 | const x = Math.min(e.points[0].x, e.points[1].x) |
no test coverage detected