()
| 763 | } |
| 764 | |
| 765 | getBlock() { |
| 766 | const locationRange = this.getLocationRange() |
| 767 | if (locationRange) { |
| 768 | return this.document.getBlockAtIndex(locationRange[0].index) |
| 769 | } |
| 770 | } |
| 771 | |
| 772 | getAttachmentAtRange(range) { |
| 773 | const document = this.document.getDocumentAtRange(range) |
no test coverage detected