mirror of
https://github.com/bitwarden/browser
synced 2025-12-18 09:13:33 +00:00
use original safari tab if we can
This commit is contained in:
@@ -9,7 +9,7 @@ document.addEventListener('DOMContentLoaded', (event) => {
|
||||
responseCommand: responseCommand
|
||||
});
|
||||
safari.self.addEventListener('message', function (msgEvent) {
|
||||
var msg = msgEvent.message;
|
||||
const msg = msgEvent.message;
|
||||
if (msg.command === responseCommand && msg.data === true) {
|
||||
setInterval(doFillIfNeeded, 500);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user