mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
#697: mind Firefox for Android
This commit is contained in:
parent
4e0fed18bb
commit
c3c4d75e8e
1 changed files with 1 additions and 1 deletions
|
|
@ -1921,7 +1921,7 @@ vAPI.net.registerListeners = function() {
|
|||
// https://github.com/gorhill/uBlock/issues/697
|
||||
// Dismiss event if the associated tab is pending.
|
||||
var tab = tabWatcher.tabFromBrowser(browser);
|
||||
if ( !tab || tab.hasAttribute('pending') ) {
|
||||
if ( !vAPI.fennec && tab && tab.hasAttribute('pending') ) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue