mirror of
https://github.com/roundcube/roundcubemail.git
synced 2025-12-27 23:45:58 +00:00
Fix notification focus on Chrome (#9467)
This commit is contained in:
parent
0e026c0339
commit
7575efccda
@ -108,6 +108,9 @@ function newmail_notifier_desktop(body, disabled_callback) {
|
||||
icon: icon,
|
||||
});
|
||||
popup.onclick = function () {
|
||||
if (window.parent) {
|
||||
window.parent.focus();
|
||||
}
|
||||
this.close();
|
||||
};
|
||||
setTimeout(function () {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user