MCPcopy Index your code
hub / github.com/jackvale/rectg / closeSidebar

Function closeSidebar

web/src/scripts/main.js:461–465  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

459 }
460
461 function closeSidebar() {
462 sidebar?.classList.remove('open');
463 sidebarOverlay?.classList.remove('open');
464 document.body.style.overflow = '';
465 }
466
467 menuBtn?.addEventListener('click', openSidebar);
468 closeSidebarBtn?.addEventListener('click', closeSidebar);

Callers 1

initSidebarFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected