mirror of
https://github.com/nickzuber/meteorite.git
synced 2024-11-29 09:31:15 +03:00
Clear tab icon when read notification through click
This commit is contained in:
parent
8a8f4b0e94
commit
7414f87d6c
@ -274,6 +274,7 @@ class NotificationsPage extends React.Component {
|
|||||||
});
|
});
|
||||||
|
|
||||||
notification.addEventListener('click', () => {
|
notification.addEventListener('click', () => {
|
||||||
|
this.updateTabIcon(false);
|
||||||
this.enhancedOnStageThread(n.id, n.repository);
|
this.enhancedOnStageThread(n.id, n.repository);
|
||||||
window.open(n.url);
|
window.open(n.url);
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user