Skip to content

Commit 3d6eb98

Browse files
authored
fix(scrollspy): Adjust throttle default
1 parent ae2e644 commit 3d6eb98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/directives/scrollspy.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ const Default = {
3434
element: 'body',
3535
offset: 10,
3636
method: 'auto',
37-
throttle: 200
37+
throttle: 100
3838
};
3939

4040
const DefaultType = {

0 commit comments

Comments
 (0)