mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-07 03:12:33 +01:00
disregard context menu coords when launching from popup
This commit is contained in:
parent
e318f5056c
commit
f38b1a0299
@ -84,6 +84,9 @@ var onMessage = function(request, sender, callback) {
|
||||
break;
|
||||
|
||||
case 'gotoPick':
|
||||
// Picker launched from popup: clear context menu args
|
||||
µb.contextMenuClientX = -1;
|
||||
µb.contextMenuClientY = -1;
|
||||
µb.elementPickerExec(request.tabId);
|
||||
break;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user