From 18043babeb8735a7707f273eab2b9364aa42ab7a Mon Sep 17 00:00:00 2001 From: toasted-nutbread Date: Mon, 21 Dec 2020 19:19:59 -0500 Subject: Improve query parser scanning (#1154) * Improve how the search page updates after settings have changed * Always update the history on the first scan of the query parser --- ext/bg/js/search.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/bg/js') diff --git a/ext/bg/js/search.js b/ext/bg/js/search.js index 85efc7a0..884ab33c 100644 --- a/ext/bg/js/search.js +++ b/ext/bg/js/search.js @@ -144,7 +144,7 @@ class DisplaySearch extends Display { await this.updateOptions(); const query = this._queryInput.value; if (query) { - this._search(false, false); + this.searchLast(); } } -- cgit v1.2.3