MCPcopy Create free account
hub / github.com/arfct/itty-bitty / toggleMenu

Function toggleMenu

docs/edit.js:412–414  ·  view source on GitHub ↗
(el)

Source from the content-addressed store, hash-verified

410}
411
412function toggleMenu(el) {
413 el.classList.toggle("menu-visible");
414}
415
416function toggleMetadata(e) {
417 if (e.target.closest(".menu")) return;

Callers 1

edit.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected