Skip to content

Commit

Permalink
disabled ちゃんとする
Browse files Browse the repository at this point in the history
  • Loading branch information
voluntas committed Oct 4, 2024
1 parent f503ad1 commit bc4309c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/main.mts
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,12 @@ document.addEventListener('DOMContentLoaded', async () => {
if (aggregationButton) {
aggregationButton.disabled = true
}
if (clearButton) {
clearButton.disabled = true
}
if (searchInput) {
searchInput.disabled = true
}
})
})

Expand Down

0 comments on commit bc4309c

Please sign in to comment.