Icon menu sorted - except for the Discord link.

This commit is contained in:
PeekabooSteam
2023-03-13 19:52:12 +00:00
parent c8f6ca9faf
commit 6eef017c2b
4 changed files with 30 additions and 35 deletions

View File

@@ -178,7 +178,7 @@ function setupEvents() {
// Do open/close toggle
select.addEventListener("click", ev => {
ev.preventDefault();
ev.stopPropagation();
select.classList.toggle("is-open");
});