diff options
Diffstat (limited to 'ext/bg')
-rw-r--r-- | ext/bg/js/search.js | 2 |
1 files changed, 1 insertions, 1 deletions
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(); } } |