summaryrefslogtreecommitdiff
path: root/ext/js/display/search-display-controller.js
diff options
context:
space:
mode:
authortoasted-nutbread <toasted-nutbread@users.noreply.github.com>2021-05-01 17:30:17 -0400
committerGitHub <noreply@github.com>2021-05-01 17:30:17 -0400
commit46f60619d58c355afd067f391c3f7dec5f63577a (patch)
tree150004704755c79a2d97f8eadce8139f8dd0043b /ext/js/display/search-display-controller.js
parentc514bbc4fbe39f611d7d9cfd3a48681bacbaf559 (diff)
Display fixes (#1648)
* Fix incorrect tabId/frameId being used * Only enable nested popups if the tabId is valid * Remove unused APIs
Diffstat (limited to 'ext/js/display/search-display-controller.js')
-rw-r--r--ext/js/display/search-display-controller.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/js/display/search-display-controller.js b/ext/js/display/search-display-controller.js
index e60de796..d7d79d54 100644
--- a/ext/js/display/search-display-controller.js
+++ b/ext/js/display/search-display-controller.js
@@ -368,8 +368,8 @@ class SearchDisplayController {
dictionaryEntries: null,
animate,
contentOrigin: {
- tabId: this.tabId,
- frameId: this.frameId
+ tabId: this._tabId,
+ frameId: this._frameId
}
}
};