Update javascript/tagAutocomplete.js
Co-authored-by: DominikDoom <34448969+DominikDoom@users.noreply.github.com>pull/313/head
parent
e5815ea96a
commit
9d7d194d61
|
|
@ -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";
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue