From 5250d1fcaf2c33799c1c222c42827b3b59b608ce Mon Sep 17 00:00:00 2001 From: LenAnderson Date: Mon, 13 May 2024 16:16:52 -0400 Subject: [PATCH] fix sort --- public/scripts/autocomplete/AutoComplete.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/scripts/autocomplete/AutoComplete.js b/public/scripts/autocomplete/AutoComplete.js index b7ccd6ee1..dc000f732 100644 --- a/public/scripts/autocomplete/AutoComplete.js +++ b/public/scripts/autocomplete/AutoComplete.js @@ -350,7 +350,7 @@ export class AutoComplete { this.fuzzyRegex = /(.*)(.*)(.*)/; } - this.result + this.result = this.result // update remaining options .map(option => { // build element