summaryrefslogtreecommitdiff
path: root/ext/fg/js/popup-proxy.js
diff options
context:
space:
mode:
Diffstat (limited to 'ext/fg/js/popup-proxy.js')
-rw-r--r--ext/fg/js/popup-proxy.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/fg/js/popup-proxy.js b/ext/fg/js/popup-proxy.js
index d52cc26d..e4081e90 100644
--- a/ext/fg/js/popup-proxy.js
+++ b/ext/fg/js/popup-proxy.js
@@ -60,9 +60,9 @@ class PopupProxy {
return await this._invokeHostApi('hide', {id: this._id, changeFocus});
}
- async isVisibleAsync() {
+ async isVisible() {
const id = await this._getPopupId();
- return await this._invokeHostApi('isVisibleAsync', {id});
+ return await this._invokeHostApi('isVisible', {id});
}
async setVisibleOverride(visible) {