Skip to content

Commit

Permalink
use constant
Browse files Browse the repository at this point in the history
  • Loading branch information
lmiller1990 committed Sep 12, 2022
1 parent 8236d93 commit f469207
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/reporter/src/lib/scroller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export class Scroller {
private _userScrollCount = 0
private _userScroll = true
private _countUserScrollsTimeout?: number
private _userScrollThresholdMs = 50
private _userScrollThresholdMs = SCROLL_THRESHOLD_MS

setContainer (container: Element, onUserScroll?: UserScrollCallback) {
this._container = container
Expand Down

0 comments on commit f469207

Please sign in to comment.