mirror of
https://github.com/bitwarden/browser
synced 2025-12-10 21:33:27 +00:00
timeout on safari download page close
This commit is contained in:
@@ -25,6 +25,6 @@ document.addEventListener('DOMContentLoaded', () => {
|
||||
}
|
||||
}
|
||||
|
||||
window.close();
|
||||
window.setTimeout(() => window.close(), 1500);
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user