mirror of
https://github.com/element-hq/element-web
synced 2024-11-22 17:25:50 +03:00
oops, didn't mean to leave this in
This commit is contained in:
parent
89eb321ace
commit
de1ec06110
1 changed files with 0 additions and 1 deletions
|
@ -111,7 +111,6 @@ class UserActivity {
|
|||
|
||||
_onPageVisibilityChanged(e) {
|
||||
if (document.visibilityState === "hidden") {
|
||||
console.log("page hidden");
|
||||
this._activityTimeout.abort();
|
||||
} else {
|
||||
this._onUserActivity(e);
|
||||
|
|
Loading…
Reference in a new issue