mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
this addresses #1052 (corrected)
This commit is contained in:
parent
1183bc6a8a
commit
04c6d16e21
1 changed files with 5 additions and 3 deletions
|
|
@ -958,10 +958,12 @@ var uBlockCollapser = (function() {
|
|||
/******************************************************************************/
|
||||
/******************************************************************************/
|
||||
|
||||
// To send mouse coordinates to context menu handler, as the chrome API fails
|
||||
// To send mouse coordinates to main process, as the chrome API fails
|
||||
// to provide the mouse position to context menu listeners.
|
||||
// This could be inserted in its own content script, but it's so simple that
|
||||
// I feel it's not worth the overhead.
|
||||
|
||||
// https://github.com/chrisaljoudi/uBlock/issues/1143
|
||||
// Also, find a link under the mouse, to try to avoid confusing new tabs
|
||||
// as nuisance popups.
|
||||
|
||||
// Ref.: https://developer.mozilla.org/en-US/docs/Web/Events/contextmenu
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue