Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/Comfy-Org/ComfyUI-Manager
/ showLoading
Method
showLoading
comfyui_manager/js/model-manager.js:737–745 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
735
}
736
737
showLoading() {
738
// this.setDisabled(true);
739
if
(this.grid) {
740
this.grid.showLoading();
741
this.grid.showMask({
742
opacity: 0.05
743
});
744
}
745
}
746
747
hideLoading() {
748
// this.setDisabled(false);
Callers
1
loadData
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected