From 950f50ef94931b4dfe19585ba0d7cb80324524ed Mon Sep 17 00:00:00 2001 From: siikamiika Date: Tue, 14 Apr 2020 20:35:52 +0300 Subject: don't focus tab when changing settings --- ext/fg/js/frontend.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/fg/js/frontend.js b/ext/fg/js/frontend.js index 20bfc638..bf8cb9b4 100644 --- a/ext/fg/js/frontend.js +++ b/ext/fg/js/frontend.js @@ -141,7 +141,7 @@ class Frontend extends TextScanner { } async setPopup(popup) { - this.onSearchClear(true); + this.onSearchClear(false); this.popup = popup; await popup.setOptions(this.options); } -- cgit v1.2.3