()
| 282 | } |
| 283 | |
| 284 | afterInsert () { |
| 285 | if (debugInventory) { console.log('Inside afterInsert') } |
| 286 | super.afterInsert() |
| 287 | this.canvasWidth = this.$el.find('canvas').innerWidth() |
| 288 | this.canvasHeight = this.$el.find('canvas').innerHeight() |
| 289 | this.inserted = true |
| 290 | if (debugInventory) { console.log('requireLevelEquipment called from afterInsert') } |
| 291 | return this.requireLevelEquipment() |
| 292 | } |
| 293 | |
| 294 | // - Draggable logic |
| 295 |
nothing calls this directly
no test coverage detected