Clear tab icon when read notification through click

This commit is contained in:
Nick Zuber 2018-11-12 11:15:04 -05:00
parent 8a8f4b0e94
commit 7414f87d6c

View File

@ -274,6 +274,7 @@ class NotificationsPage extends React.Component {
});
notification.addEventListener('click', () => {
this.updateTabIcon(false);
this.enhancedOnStageThread(n.id, n.repository);
window.open(n.url);
})