MCPcopy Index your code
hub / github.com/easydiffusion/easydiffusion / undo

Method undo

ui/media/js/image-editor.js:378–380  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

376 this.events = []
377 }
378 undo() {
379 this.rewindTo(this.rewind_index + 1)
380 }
381 redo() {
382 this.rewindTo(this.rewind_index - 1)
383 }

Callers 2

image-editor.jsFile · 0.80
keyHandlerMethod · 0.80

Calls 1

rewindToMethod · 0.95

Tested by

no test coverage detected