Consider click also a read activity

This commit is contained in:
Pavel Djundik 2017-06-09 14:10:55 +03:00 committed by GitHub
parent 2dd71a1d15
commit 93bc406c2e

View File

@ -1600,7 +1600,7 @@ $(function() {
$("#viewport .lt").toggleClass("notified", newState); $("#viewport .lt").toggleClass("notified", newState);
} }
$(document).on("visibilitychange focus", () => { $(document).on("visibilitychange focus click", () => {
if (sidebar.find(".highlight").length === 0) { if (sidebar.find(".highlight").length === 0) {
toggleNotificationMarkers(false); toggleNotificationMarkers(false);
} }