summaryrefslogtreecommitdiff
path: root/ext/fg
diff options
context:
space:
mode:
authorsiikamiika <siikamiika@users.noreply.github.com>2020-04-14 20:35:52 +0300
committersiikamiika <siikamiika@users.noreply.github.com>2020-04-14 20:35:52 +0300
commit950f50ef94931b4dfe19585ba0d7cb80324524ed (patch)
treedfff0e410211c7154cc03ce9e6ce63ac27cebca2 /ext/fg
parent362ac84e6c6a0a4c2353232a5c44e1b2157de44d (diff)
don't focus tab when changing settings
Diffstat (limited to 'ext/fg')
-rw-r--r--ext/fg/js/frontend.js2
1 files changed, 1 insertions, 1 deletions
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);
}