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

Function hide

static/js/catalog.js:1611–1611  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1609
1610 const open = () => dialog.classList.remove("hidden");
1611 const hide = () => dialog.classList.add("hidden");
1612
1613 btn.addEventListener("click", open);
1614 close?.addEventListener("click", hide);

Callers 2

wireAboutDialogFunction · 0.85
wireSupportersDialogFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected