chore: formatting
This commit is contained in:
parent
b5dd77918e
commit
faefcbf604
5 changed files with 24 additions and 24 deletions
|
@ -10,7 +10,7 @@ window.addEventListener('load', () => {
|
|||
e.preventDefault()
|
||||
menuInput.checked = !menuInput.checked
|
||||
}
|
||||
});
|
||||
})
|
||||
|
||||
menuItems.forEach((item) => {
|
||||
item.addEventListener('keydown', (e) => {
|
||||
|
|
Reference in a new issue