1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-17 00:33:44 +00:00

autofill fixes

This commit is contained in:
Kyle Spearrin
2017-09-22 15:11:30 -04:00
parent 19621accaa
commit 5089cbded6
2 changed files with 20 additions and 14 deletions

View File

@@ -682,7 +682,7 @@ var bg_isBackground = true,
return;
}
chrome.tabs.sendMessage(tab.id, { command: 'collectPageDetails', tab: tab }, function () {
chrome.tabs.sendMessage(tab.id, { command: 'collectPageDetails', tab: tab, sender: 'contextMenu' }, function () {
});
});
}