mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-11 09:31:01 +01:00
fix #2776
This commit is contained in:
parent
3618efddc2
commit
974194ab8d
1 changed files with 3 additions and 0 deletions
|
@ -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; }
|
||||
|
|
Loading…
Reference in a new issue