Merge pull request from LenAnderson/parser-fix-sort

fix autocomplete sort
This commit is contained in:
Cohee 2024-05-13 23:18:33 +03:00 committed by GitHub
commit ab0f57aba3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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