You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 13, 2026. It is now read-only.
When adding the class for reveal you can replace the switch statement since you already have a map declared.
can easily be re-written as
Reduces the lines of code and get rid of the often problematic
break;requirement between cases.https://github.com/bebaps/clear-menu/blob/master/src/clearmenu.js#L32