MCPcopy
hub / github.com/GrapesJS/grapesjs / redo

Method redo

packages/core/src/undo_manager/index.ts:257–261  ·  view source on GitHub ↗

* Redo last change * @return {this} * @example * um.redo();

(all = true)

Source from the content-addressed store, hash-verified

255 * um.redo();
256 */
257 redo(all = true) {
258 const { em, um } = this;
259 !em.isEditing() && um.redo(all);
260 return this;
261 }
262
263 /**
264 * Redo all changes

Callers 5

index.tsFile · 0.80
index.tsFile · 0.80
datasources.tsFile · 0.80
Symbols.tsFile · 0.80
constructorMethod · 0.80

Calls 1

isEditingMethod · 0.80

Tested by

no test coverage detected