1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-16 08:13:42 +00:00

send message to safari tab for autofill

This commit is contained in:
Kyle Spearrin
2018-01-12 14:44:44 -05:00
parent ca5026429a
commit 0a056a3941
5 changed files with 51 additions and 23 deletions

View File

@@ -91,7 +91,7 @@ export default class ContextMenusBackground {
return;
}
chrome.tabs.sendMessage(tab.id, {
BrowserApi.tabSendMessage(tab, {
command: 'collectPageDetails',
tab: tab,
sender: 'contextMenu',