Update javascript/tagAutocomplete.js

Co-authored-by: DominikDoom <34448969+DominikDoom@users.noreply.github.com>
pull/313/head
undefined 2025-01-15 19:03:02 +08:00 committed by GitHub
parent 255766b5bf
commit 9a677387f9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ const autocompleteCSS = `
content: "✨";
margin-right: 2px;
}
.acMetaText span.existed::after {
.acMetaText span.used::after {
content: "🔁";
margin-right: 2px;
}