Consider click also a read activity
This commit is contained in:
parent
2dd71a1d15
commit
93bc406c2e
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user