mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-05 18:32:30 +01:00
code review of 39277172e8
: select "All" when kb shortcut from logger itself
This commit is contained in:
parent
e227571969
commit
b838e22024
@ -42,8 +42,11 @@
|
||||
break;
|
||||
case 'launch-logger':
|
||||
vAPI.tabs.get(null, function(tab) {
|
||||
let hash = tab.url.startsWith(vAPI.getURL('')) ?
|
||||
'' :
|
||||
'#tab_active+' + tab.id;
|
||||
µb.openNewTab({
|
||||
url: 'logger-ui.html#tab_active+' + tab.id,
|
||||
url: 'logger-ui.html' + hash,
|
||||
select: true,
|
||||
index: -1
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user