()
| 268 | } |
| 269 | |
| 270 | removeLastBlockAttribute() { |
| 271 | const [ startPosition, endPosition ] = Array.from(this.getSelectedRange()) |
| 272 | const block = this.document.getBlockAtPosition(endPosition) |
| 273 | this.removeCurrentAttribute(block.getLastAttribute()) |
| 274 | return this.setSelection(startPosition) |
| 275 | } |
| 276 | |
| 277 | insertPlaceholder() { |
| 278 | this.placeholderPosition = this.getPosition() |
no test coverage detected