Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/Comfy-Org/ComfyUI-Manager
/ showSelection
Method
showSelection
comfyui_manager/js/model-manager.js:715–717 ·
view source on GitHub ↗
(msg)
Source
from the content-addressed store, hash-verified
713
}
714
715
showSelection(msg) {
716
this.element.querySelector(
".cmm-manager-selection"
).innerHTML = msg;
717
}
718
719
showError(err) {
720
this.showMessage(err,
"red"
);
Callers
2
renderSelected
Method · 0.95
show
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected