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

Function back

ui/media/js/image-modal.js:177–183  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

175 }
176
177 const back = () => {
178 if (state.previous) {
179 init(state.previous)
180 } else {
181 backElem.style.display = "none"
182 }
183 }
184
185 const forward = () => {
186 if (state.next) {

Callers 1

image-modal.jsFile · 0.85

Calls 1

initFunction · 0.70

Tested by

no test coverage detected