Update javascript/tagAutocomplete.js

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

View File

@ -863,7 +863,7 @@ function addResultsToList(textArea, results, tagword, resetList) {
const textNode = flexDiv.querySelector(".acMetaText")
const span = document.createElement("span")
textNode.insertBefore(span, textNode.firstChild)
span.classList.add("existed")
span.classList.add("used");
span.title = "🔁 The prompt already contains this tag";
}