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

Function forward

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

Source from the content-addressed store, hash-verified

183 }
184
185 const forward = () => {
186 if (state.next) {
187 init(state.next)
188 } else {
189 forwardElem.style.display = "none"
190 }
191 }
192
193 window.addEventListener("keydown", (e) => {
194 if (modalElem.classList.contains("active")) {

Callers 1

image-modal.jsFile · 0.85

Calls 1

initFunction · 0.70

Tested by

no test coverage detected