File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ type State = {
40
40
const emptyObject = { } ;
41
41
42
42
/**
43
- * Specifies the number of miliseconds during which to disable pointer events while a scroll is in progress.
43
+ * Specifies the number of milliseconds during which to disable pointer events while a scroll is in progress.
44
44
* This improves performance and makes scrolling smoother.
45
45
*/
46
46
export const DEFAULT_SCROLLING_RESET_TIME_INTERVAL = 150 ;
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ type DetectElementResize = {
65
65
} ;
66
66
67
67
/**
68
- * Specifies the number of miliseconds during which to disable pointer events while a scroll is in progress.
68
+ * Specifies the number of milliseconds during which to disable pointer events while a scroll is in progress.
69
69
* This improves performance and makes scrolling smoother.
70
70
*/
71
71
export const IS_SCROLLING_TIMEOUT = 150 ;
You can’t perform that action at this time.
0 commit comments