mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-10 17:17:57 +01:00
Focus window when activating element-picker
This commit is contained in:
parent
ab99683454
commit
f1bcc0a24b
1 changed files with 4 additions and 0 deletions
|
@ -986,6 +986,10 @@ var startPicker = function(details) {
|
|||
|
||||
localMessager.send({ what: 'elementPickerArguments' }, startPicker);
|
||||
|
||||
// So the shortcuts will be usable in Firefox
|
||||
// (also triggers the hiding of the popover in Safari)
|
||||
window.focus();
|
||||
|
||||
/******************************************************************************/
|
||||
|
||||
// https://www.youtube.com/watch?v=sociXdKnyr8
|
||||
|
|
Loading…
Reference in a new issue