From 974194ab8d717514eb16cb05f21bf93141b7bdfd Mon Sep 17 00:00:00 2001 From: gorhill Date: Sat, 8 Jul 2017 20:03:37 -0400 Subject: [PATCH] fix #2776 --- src/js/tab.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/js/tab.js b/src/js/tab.js index 3efe173f2..950039695 100644 --- a/src/js/tab.js +++ b/src/js/tab.js @@ -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; }