* Check if the editor is focused.
(editor: Editor)
| 336 | * Check if the editor is focused. |
| 337 | */ |
| 338 | isFocused(editor: Editor): boolean { |
| 339 | return Focused.is(editor) |
| 340 | }, |
| 341 | |
| 342 | /** |
| 343 | * Check if the editor is in read-only mode. |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…