toTextArea method

void toTextArea()

Remove the editor, and restore the original textarea (with the editor's current content).

Only available if the CodeMirror instance was created using the CodeMirror.fromTextArea` constructor.

Implementation

void toTextArea() => call('toTextArea');