MCPcopy Index your code
hub / github.com/Comfy-Org/ComfyUI-Manager / hideLoading

Method hideLoading

comfyui_manager/js/model-manager.js:747–753  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

745 }
746
747 hideLoading() {
748// this.setDisabled(false);
749 if (this.grid) {
750 this.grid.hideLoading();
751 this.grid.hideMask();
752 }
753 }
754
755 setDisabled(disabled) {
756 const $close = this.element.querySelector(".cmm-manager-close");

Callers 2

loadDataMethod · 0.95
onQueueCompletedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected