Skip to content

CodeMirrorAdapterExCommands.redo method

CodeMirrorAdapterExCommands › redo

Unofficial

Redo the last undone change.

Signature:

redo(editor: CodeMirrorEditor): void

Parameters:

ParameterTypeDescription
editorCodeMirrorEditorThe editor instance.

Returns: void