mirror of
https://github.com/thelounge/thelounge
synced 2025-02-16 21:28:23 +00:00
Consider click also a read activity
This commit is contained in:
parent
2dd71a1d15
commit
93bc406c2e
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue