MCPcopy Create free account
hub / github.com/error311/FileRise / closeMenu

Function closeMenu

public/js/main.js:1459–1462  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1457 justToggledAt = Date.now();
1458 }
1459 function closeMenu() {
1460 menu.style.setProperty('display', 'none', 'important');
1461 btn.setAttribute('aria-expanded', 'false');
1462 }
1463 function isOpen() {
1464 return getComputedStyle(menu).display !== 'none';
1465 }

Callers 2

wireCreateDropdownFunction · 0.85
openModalFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected