mirror of
https://github.com/DominikDoom/a1111-sd-webui-tagcomplete.git
synced 2026-02-23 16:34:16 +00:00
Fix long lists not scrolling to top on reset
This commit is contained in:
@@ -524,6 +524,9 @@ function addResultsToList(textArea, results, tagword, resetList) {
|
||||
resultsList.appendChild(li);
|
||||
}
|
||||
resultCount = nextLength;
|
||||
|
||||
if (resetList)
|
||||
resultDiv.scrollTop = 0;
|
||||
}
|
||||
|
||||
function updateSelectionStyle(textArea, newIndex, oldIndex) {
|
||||
|
||||
Reference in New Issue
Block a user