Update javascript/tagAutocomplete.js
Co-authored-by: DominikDoom <34448969+DominikDoom@users.noreply.github.com>pull/313/head
parent
9a677387f9
commit
e5815ea96a
|
|
@ -864,7 +864,7 @@ function addResultsToList(textArea, results, tagword, resetList) {
|
|||
const span = document.createElement("span")
|
||||
textNode.insertBefore(span, textNode.firstChild)
|
||||
span.classList.add("existed")
|
||||
span.title = `🔁 This tag has existed in before prompt.`
|
||||
span.title = "🔁 The prompt already contains this tag";
|
||||
}
|
||||
|
||||
// Check if it's a negative prompt
|
||||
|
|
|
|||
Loading…
Reference in New Issue