Skip to content

Commit

Permalink
Removed "category" from buffer.
Browse files Browse the repository at this point in the history
  • Loading branch information
7r0u8l3 committed Jan 16, 2024
1 parent f22efc7 commit 9b476bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/tagger/tagger.js
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ function displaySelected() {
clone.addEventListener('click', () => {
toggleTag(path);
});
toCopyBuffer.push(`${category}: ${tag.dataset.title}`);
toCopyBuffer.push(`${tag.dataset.title}`);
selTagsEl.append(clone);
}
});
Expand Down

0 comments on commit 9b476bc

Please sign in to comment.