Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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.js
File · 0.80
keyHandler
Method · 0.80
Calls
1
rewindTo
Method · 0.95
Tested by
no test coverage detected