fix: Remove autofocus from click handling

Beta
This commit is contained in:
madrilene 2024-09-25 16:04:09 +02:00
parent 5efff24cea
commit 18d98d0e2b

View file

@ -12,7 +12,6 @@ button.addEventListener('click', e => {
const disableMenu = () => {
button.setAttribute('aria-expanded', false);
button.focus();
};
// close on escape