Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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.js
File · 0.85
Calls
1
init
Function · 0.70
Tested by
no test coverage detected