summaryrefslogtreecommitdiff
path: root/ext/fg/js/popup-window.js
diff options
context:
space:
mode:
Diffstat (limited to 'ext/fg/js/popup-window.js')
-rw-r--r--ext/fg/js/popup-window.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/fg/js/popup-window.js b/ext/fg/js/popup-window.js
index 9398c287..5fa0c647 100644
--- a/ext/fg/js/popup-window.js
+++ b/ext/fg/js/popup-window.js
@@ -85,7 +85,7 @@ class PopupWindow extends EventDispatcher {
return (this._popupTabId !== null && await api.isTabSearchPopup(this._popupTabId));
}
- setVisibleOverride(_value, _priority) {
+ async setVisibleOverride(_value, _priority) {
return null;
}