1
0
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:
Patrick Pimentel
2025-07-23 08:50:45 -04:00
parent 67415a9d70
commit 0b6d968956

View File

@@ -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) => {