We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3618efd commit 974194aCopy full SHA for 974194a
1 file changed
src/js/tab.js
@@ -704,6 +704,9 @@ vAPI.tabs.onPopupUpdated = (function() {
704
};
705
706
return function(targetTabId, openerTabId) {
707
+ // https://github.com/gorhill/uBlock/issues/2776
708
+ logData = undefined;
709
+
710
// Opener details.
711
var tabContext = µb.tabContextManager.lookup(openerTabId);
712
if ( tabContext === null ) { return; }
0 commit comments