Function: registerUndo()
function registerUndo(): void;
Defined in: packages/blockly/core/shortcut_items.ts:421
Keyboard shortcut to undo the previous action on ctrl+z, cmd+z, or alt+z.
Returns
void
function registerUndo(): void;
Defined in: packages/blockly/core/shortcut_items.ts:421
Keyboard shortcut to undo the previous action on ctrl+z, cmd+z, or alt+z.
void