don't focus tab when changing settings

This commit is contained in:
siikamiika 2020-04-14 20:35:52 +03:00
parent 362ac84e6c
commit 950f50ef94

View File

@ -141,7 +141,7 @@ class Frontend extends TextScanner {
} }
async setPopup(popup) { async setPopup(popup) {
this.onSearchClear(true); this.onSearchClear(false);
this.popup = popup; this.popup = popup;
await popup.setOptions(this.options); await popup.setOptions(this.options);
} }