Commit f6536e03 authored by Mark Harding's avatar Mark Harding

(chore): disable view debouncer

parent 6d942fb6
No related merge requests found
Pipeline #76043566 running with stages
......@@ -51,7 +51,7 @@ export class ActivityAnalyticsOnViewService implements OnDestroy {
init() {
this.visibility$ = this.visibilitySubject
.pipe(debounceTime(300))
//.pipe(debounceTime(300))
.subscribe(() => {
if (this.entity && this.visible) {
this.scroll.unListen(this.scroll$);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment