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

Function _hideSaveIndicator

static/js/sections.js:338–342  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

336}
337
338function _hideSaveIndicator() {
339 const el = document.getElementById("sectionsSaveIndicator");
340 if (el) el.className = "sections-save-indicator hidden";
341 clearTimeout(_savedTimer);
342}
343
344function _scheduleSave() {
345 clearTimeout(_saveTimer);

Callers 2

destroySectionsFunction · 0.85
_saveFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected