Skip to content

Commit

Permalink
fix: Tagger clear button (#354)
Browse files Browse the repository at this point in the history
  • Loading branch information
helms-charity authored Oct 31, 2023
1 parent 5213a8d commit 4718185
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/tagger/tagger.js
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ async function init() {
selectedTags.forEach((tag) => {
toggleTag(tag);
});
copyButton.disabled = false;
});

document.querySelector('#search').addEventListener('keyup', filter);
Expand Down

0 comments on commit 4718185

Please sign in to comment.