Skip to content

Commit 974194a

Browse files
committed
1 parent 3618efd commit 974194a

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/js/tab.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -704,6 +704,9 @@ vAPI.tabs.onPopupUpdated = (function() {
704704
};
705705

706706
return function(targetTabId, openerTabId) {
707+
// https://github.com/gorhill/uBlock/issues/2776
708+
logData = undefined;
709+
707710
// Opener details.
708711
var tabContext = µb.tabContextManager.lookup(openerTabId);
709712
if ( tabContext === null ) { return; }

0 commit comments

Comments
 (0)