Skip to content

CodeMirrorAdapterExCommands.undo method

CodeMirrorAdapterExCommands › undo

Unofficial

Undo the last change.

Signature:

undo(editor: CodeMirrorEditor): void

Parameters:

Parameter Type Description
editor CodeMirrorEditor The editor instance.

Returns: void