diff options
author | siikamiika <siikamiika@users.noreply.github.com> | 2020-04-14 20:35:52 +0300 |
---|---|---|
committer | siikamiika <siikamiika@users.noreply.github.com> | 2020-04-14 20:35:52 +0300 |
commit | 950f50ef94931b4dfe19585ba0d7cb80324524ed (patch) | |
tree | dfff0e410211c7154cc03ce9e6ce63ac27cebca2 /ext | |
parent | 362ac84e6c6a0a4c2353232a5c44e1b2157de44d (diff) |
don't focus tab when changing settings
Diffstat (limited to 'ext')
-rw-r--r-- | ext/fg/js/frontend.js | 2 |
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); } |