mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 16:23:44 +00:00
autofill command should only query current window
This commit is contained in:
@@ -64,7 +64,7 @@ var bg_isBackground = true,
|
||||
});
|
||||
}
|
||||
else if (command === 'autofill_login') {
|
||||
chrome.tabs.query({ active: true }, function (tabs) {
|
||||
chrome.tabs.query({ active: true, windowId: chrome.windows.WINDOW_ID_CURRENT }, function (tabs) {
|
||||
if (tabs.length) {
|
||||
ga('send', {
|
||||
hitType: 'event',
|
||||
|
||||
Reference in New Issue
Block a user