Copy the content of the editor into the textarea.
()
| 415 | |
| 416 | /** Copy the content of the editor into the textarea. */ |
| 417 | save(): void; |
| 418 | |
| 419 | /** Remove the editor, and restore the original textarea (with the editor's current content). */ |
| 420 | toTextArea(): void; |
no outgoing calls
no test coverage detected