Dont log activity on mouse move
This commit is contained in:
parent
f432597ee9
commit
cb3055c821
|
@ -70,7 +70,6 @@ export class AppComponent implements OnInit {
|
|||
}
|
||||
|
||||
this.ngZone.runOutsideAngular(() => {
|
||||
window.onmousemove = () => this.recordActivity();
|
||||
window.onmousedown = () => this.recordActivity();
|
||||
window.ontouchstart = () => this.recordActivity();
|
||||
window.onclick = () => this.recordActivity();
|
||||
|
|
Loading…
Reference in New Issue