()
| 562 | |
| 563 | @action |
| 564 | onEditorBlur() { |
| 565 | // Hide the selection state (tell the list blocks they're not selected). |
| 566 | this.isHidden = true |
| 567 | this.clearSelectedListBlocks() |
| 568 | if (this.selectionStart) { |
| 569 | this.selectionStart.listBlock.selectionState = SelectionState.Empty |
| 570 | } |
| 571 | } |
| 572 | |
| 573 | @action |
| 574 | onEditorFocus() { |
no test coverage detected