mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-27 12:36:14 +01:00
remove safariTab prop before dispatching message
This commit is contained in:
parent
66842b4b72
commit
175169cb7c
@ -101,6 +101,10 @@ class BrowserApi {
|
||||
t = win.tabs[tab.index];
|
||||
}
|
||||
|
||||
if (obj.tab && obj.tab.safariTab) {
|
||||
delete obj.tab.safariTab;
|
||||
}
|
||||
|
||||
if (t.page) {
|
||||
t.page.dispatchMessage('bitwarden', obj);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user