mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-01-20 21:41:32 +01:00
fix sort
This commit is contained in:
parent
f1a0462ca3
commit
5250d1fcaf
@ -350,7 +350,7 @@ export class AutoComplete {
|
||||
this.fuzzyRegex = /(.*)(.*)(.*)/;
|
||||
}
|
||||
|
||||
this.result
|
||||
this.result = this.result
|
||||
// update remaining options
|
||||
.map(option => {
|
||||
// build element
|
||||
|
Loading…
Reference in New Issue
Block a user