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