Skip to content

CodeMirrorAdapterExCommands.undo method

CodeMirrorAdapterExCommands › undo

Unofficial

Undo the last change.

Signature:

undo(editor: CodeMirrorEditor): void

Parameters:

ParameterTypeDescription
editorCodeMirrorEditorThe editor instance.

Returns: void