mirror of
https://github.com/bitwarden/browser
synced 2026-02-06 11:43:51 +00:00
docs(notification-processing): [PM-19877] System Notification Implementation - Removed unneeded comment.
This commit is contained in:
@@ -36,8 +36,6 @@ export class BrowserSystemNotificationService implements SystemNotificationsServ
|
||||
}),
|
||||
});
|
||||
|
||||
// ESLint: Using addListener in the browser popup produces a memory leak in Safari,
|
||||
// use `BrowserApi. addListener` instead (no-restricted-syntax)
|
||||
// eslint-disable-next-line no-restricted-syntax
|
||||
chrome.notifications.onButtonClicked.addListener(
|
||||
(notificationId: string, buttonIndex: number) => {
|
||||
|
||||
Reference in New Issue
Block a user