* Focus the editor.
(editor: Editable)
| 359 | * Focus the editor. |
| 360 | */ |
| 361 | focus(editor: Editable): void { |
| 362 | editor.focus() |
| 363 | }, |
| 364 | |
| 365 | deselect(editor: Editor): void { |
| 366 | const { selection } = editor |
nothing calls this directly
no test coverage detected
searching dependent graphs…