mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-04-02 21:21:14 +02:00
Merge pull request #2228 from LenAnderson/parser-fix-sort
fix autocomplete sort
This commit is contained in:
commit
ab0f57aba3
@ -350,7 +350,7 @@ export class AutoComplete {
|
|||||||
this.fuzzyRegex = /(.*)(.*)(.*)/;
|
this.fuzzyRegex = /(.*)(.*)(.*)/;
|
||||||
}
|
}
|
||||||
|
|
||||||
this.result
|
this.result = this.result
|
||||||
// update remaining options
|
// update remaining options
|
||||||
.map(option => {
|
.map(option => {
|
||||||
// build element
|
// build element
|
||||||
|
Loading…
x
Reference in New Issue
Block a user