(e)
| 51 | } |
| 52 | |
| 53 | onClick (e) { |
| 54 | const btn = $(e.target).closest('.treema-map-button') |
| 55 | if (btn.length) { return this.openMap() } else { return super.onClick(...arguments) } |
| 56 | } |
| 57 | |
| 58 | openMap () { |
| 59 | const modal = new WorldSelectModal({ world: this.settings.world, dataType: 'point', default: this.getData(), supermodel: this.settings.supermodel }) |