(position)
| 453 | } |
| 454 | |
| 455 | getBlockAtPosition(position) { |
| 456 | const { index } = this.locationFromPosition(position) |
| 457 | return this.getBlockAtIndex(index) |
| 458 | } |
| 459 | |
| 460 | getTextAtIndex(index) { |
| 461 | return this.getBlockAtIndex(index)?.text |
no test coverage detected