mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
Safari: fix to potential false-positive popup blocks
This commit is contained in:
parent
6e317fff59
commit
4e4a44d87b
1 changed files with 1 additions and 0 deletions
|
|
@ -262,6 +262,7 @@
|
|||
if(vAPI.tabs.onPopup(details)) {
|
||||
e.preventDefault();
|
||||
if(vAPI.tabs.stack[details.openerTabId]) {
|
||||
vAPI.tabs.popupCandidate = false;
|
||||
vAPI.tabs.stack[details.openerTabId].activate();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue