This commit is contained in:
gorhill 2017-07-08 20:03:37 -04:00
parent 3618efddc2
commit 974194ab8d
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2
1 changed files with 3 additions and 0 deletions

View File

@ -704,6 +704,9 @@ vAPI.tabs.onPopupUpdated = (function() {
};
return function(targetTabId, openerTabId) {
// https://github.com/gorhill/uBlock/issues/2776
logData = undefined;
// Opener details.
var tabContext = µb.tabContextManager.lookup(openerTabId);
if ( tabContext === null ) { return; }