Reset last seen indicator timing on focus of window

FREEBIE
pull/749/head
Scott Nonnenberg 8 years ago
parent 01918049b4
commit 9de384f3b8

@ -116,7 +116,7 @@
var onFocus = function() {
if (this.$el.css('display') !== 'none') {
this.markRead();
this.updateUnread();
}
}.bind(this);
this.window.addEventListener('focus', onFocus);

Loading…
Cancel
Save