MCPcopy Index your code
hub / github.com/stemdeckapp/stemdeck / resetBusy

Function resetBusy

static/js/main.js:189–195  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

187 }
188
189 function resetBusy() {
190 busy = false;
191 exportBtn?.classList.remove("is-busy");
192 if (exportLabel) exportLabel.textContent = "Export Mix";
193 itemMix?.removeAttribute("aria-disabled");
194 applyFormatState(); // restores stems/region per the active format
195 }
196
197 // Single-file (mix/region) downloads give no JS-observable byte progress, so
198 // show a brief indeterminate "Exporting…" state, then reset.

Callers

nothing calls this directly

Calls 1

applyFormatStateFunction · 0.85

Tested by

no test coverage detected