Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
Show notifications even when Element is focused (#8590)
Browse files Browse the repository at this point in the history
  • Loading branch information
sumnerevans authored May 19, 2022
1 parent 3f2f839 commit 395b167
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/Notifier.ts
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,6 @@ export const Notifier = {
if (!plaf.supportsNotifications() || !plaf.maySendNotifications()) {
return;
}
if (global.document.hasFocus()) {
return;
}

let msg = this.notificationMessageForEvent(ev);
if (!msg) return;
Expand Down

0 comments on commit 395b167

Please sign in to comment.