diff options
| author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2021-02-28 14:29:43 -0500 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-02-28 14:29:43 -0500 | 
| commit | 704db45e29287718cbfbe7b0a4a2c261aef8a71d (patch) | |
| tree | d196c838b0212c4b3acdff5f57970af1228cef8c /ext/js/display | |
| parent | 75d7e5dc325e3cff8dc530ea48459e214088c1ea (diff) | |
Remove the now-unused hotkey forwarding functionality (#1466)
Diffstat (limited to 'ext/js/display')
| -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;              }          } |