()
| 431 | } |
| 432 | |
| 433 | decreaseBlockAttributeLevel() { |
| 434 | const attribute = this.getBlock()?.getLastAttribute() |
| 435 | if (attribute) { |
| 436 | return this.removeCurrentAttribute(attribute) |
| 437 | } |
| 438 | } |
| 439 | |
| 440 | decreaseListLevel() { |
| 441 | let [ startPosition ] = Array.from(this.getSelectedRange()) |
no test coverage detected