Skip to content

CodeMirrorAdapterExCommands.redo method

CodeMirrorAdapterExCommands › redo

Unofficial

Redo the last undone change.

Signature:

redo(editor: CodeMirrorEditor): void

Parameters:

Parameter Type Description
editor CodeMirrorEditor The editor instance.

Returns: void