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:
@@ -91,7 +91,7 @@ export default class ContextMenusBackground {
|
||||
return;
|
||||
}
|
||||
|
||||
chrome.tabs.sendMessage(tab.id, {
|
||||
BrowserApi.tabSendMessage(tab, {
|
||||
command: 'collectPageDetails',
|
||||
tab: tab,
|
||||
sender: 'contextMenu',
|
||||
|
||||
Reference in New Issue
Block a user