diff options
Diffstat (limited to 'ext/js/display/display.js')
-rw-r--r-- | ext/js/display/display.js | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/ext/js/display/display.js b/ext/js/display/display.js index 8b521d21..3bb75011 100644 --- a/ext/js/display/display.js +++ b/ext/js/display/display.js @@ -895,9 +895,6 @@ class Display extends EventDispatcher { if (typeof tabId === 'number' && typeof frameId === 'number') { this._contentOriginTabId = tabId; this._contentOriginFrameId = frameId; - if (this._pageType === 'popup') { - this._hotkeyHandler.forwardFrameId = (tabId === this._tabId ? frameId : null); - } contentOriginValid = true; } } |