summaryrefslogtreecommitdiff
path: root/ext/fg/js/frontend.js
diff options
context:
space:
mode:
Diffstat (limited to 'ext/fg/js/frontend.js')
-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);
}