mirror of
https://github.com/DominikDoom/a1111-sd-webui-tagcomplete.git
synced 2026-02-09 01:30:08 +00:00
Use μFuzzy instead as it is faster and more configurable
This commit is contained in:
@@ -30,6 +30,7 @@ class AutocompleteResult {
|
||||
meta = null;
|
||||
hash = null;
|
||||
sortKey = null;
|
||||
highlightedText = null;
|
||||
|
||||
// Constructor
|
||||
constructor(text, type) {
|
||||
|
||||
Reference in New Issue
Block a user