Show notifications even when Element is focused (#8590)
This commit is contained in:
parent
3f2f839b3b
commit
395b167b20
1 changed files with 0 additions and 3 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue