* Check if the editor is in read-only mode.
(editor: Editor)
| 344 | */ |
| 345 | |
| 346 | isReadOnly(editor: Editor): boolean { |
| 347 | return ReadOnly.is(editor) |
| 348 | }, |
| 349 | |
| 350 | /** |
| 351 | * Blur the editor. |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…