MCPcopy Create free account
hub / github.com/DFin/Neural-Network-Visualisation / hideModal

Function hideModal

assets/main.js:338–338  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

336
337 const showModal = () => infoModal.classList.add("visible");
338 const hideModal = () => infoModal.classList.remove("visible");
339
340 infoButton?.addEventListener("click", showModal);
341 closeButton?.addEventListener("click", hideModal);

Callers 2

initializeInfoDialogFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected