(row)
| 482 | row.last.select(data.delta, data.length); |
| 483 | } |
| 484 | onTap(row) { |
| 485 | let data = this.data; |
| 486 | model.selectFile(row.container.behavior.data.path, { selection: { offset:data.offset, length:data.length } }); |
| 487 | } |
| 488 | }; |
| 489 | |
| 490 | // TEMPLATES |
nothing calls this directly
no test coverage detected