1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-29 14:17:11 +02:00

Safari: fix to potential false-positive popup blocks

This commit is contained in:
Chris 2015-04-07 00:32:50 -06:00
parent 6e317fff59
commit 4e4a44d87b

View File

@ -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();
}
}