Function: clearPendingUndo()
function clearPendingUndo(): void;
Defined in: packages/blockly/core/events/utils.ts:316
Modify pending undo events so that when they are fired they don't land in the undo stack. Called by Workspace.clearUndo.
Returns
void