Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pythongosssss/ComfyUI-Custom-Scripts
/ close
Method
close
web/js/common/lightbox.js:75–81 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
73
}
74
75
close() {
76
ani(
77
() => (this.el.style.opacity = 0),
78
200,
79
() => (this.el.style.display =
"none"
)
80
);
81
}
82
83
async
show(images, index) {
84
this.images = images;
Callers
7
constructor
Method · 0.95
download
Function · 0.80
save
Method · 0.80
setup
Function · 0.80
constructor
Method · 0.80
init
Function · 0.80
lightbox.js
File · 0.80
Calls
1
ani
Function · 0.85
Tested by
no test coverage detected