Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/RaspberryPiFoundation/blockly
/ redo
Method
redo
packages/blockly/core/workspace.ts:581–583 ·
view source on GitHub ↗
* Redoes the previous action.
()
Source
from the content-addressed store, hash-verified
579
* Redoes the previous action.
580
*/
581
redo() {
582
this.undo(true);
583
}
584
585
/** Clear the undo/redo stacks. */
586
clearUndo() {
Callers
5
callback
Function · 0.80
callback
Function · 0.80
comment_test.js
File · 0.80
comment_deserialization_test.js
File · 0.80
testAWorkspace
Function · 0.80
Calls
1
undo
Method · 0.95
Tested by
no test coverage detected