Show notifications even when Element is focused (#8590)
parent
3f2f839b3b
commit
395b167b20
|
@ -95,9 +95,6 @@ export const Notifier = {
|
||||||
if (!plaf.supportsNotifications() || !plaf.maySendNotifications()) {
|
if (!plaf.supportsNotifications() || !plaf.maySendNotifications()) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if (global.document.hasFocus()) {
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
let msg = this.notificationMessageForEvent(ev);
|
let msg = this.notificationMessageForEvent(ev);
|
||||||
if (!msg) return;
|
if (!msg) return;
|
||||||
|
|
Loading…
Reference in New Issue