fix: Remove autofocus from click handling
Beta
This commit is contained in:
parent
5efff24cea
commit
18d98d0e2b
1 changed files with 0 additions and 1 deletions
|
|
@ -12,7 +12,6 @@ button.addEventListener('click', e => {
|
||||||
|
|
||||||
const disableMenu = () => {
|
const disableMenu = () => {
|
||||||
button.setAttribute('aria-expanded', false);
|
button.setAttribute('aria-expanded', false);
|
||||||
button.focus();
|
|
||||||
};
|
};
|
||||||
|
|
||||||
// close on escape
|
// close on escape
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue