Skip to content

Commit

Permalink
Merge pull request #1214 from thelounge/xpaw/more-focus
Browse files Browse the repository at this point in the history
Consider click also a read activity
  • Loading branch information
astorije committed Jun 10, 2017
2 parents b31c2a9 + 93bc406 commit 866409b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/js/lounge.js
Expand Up @@ -1600,7 +1600,7 @@ $(function() {
$("#viewport .lt").toggleClass("notified", newState);
}

$(document).on("visibilitychange focus", () => {
$(document).on("visibilitychange focus click", () => {
if (sidebar.find(".highlight").length === 0) {
toggleNotificationMarkers(false);
}
Expand Down

0 comments on commit 866409b

Please sign in to comment.