We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 941df37 commit ff80527Copy full SHA for ff80527
‎src/index.ts‎
@@ -134,7 +134,7 @@ function scroll<T>(target: Element, options?: any) {
134
scrollMode: overrides.scrollMode,
135
boundary: overrides.boundary,
136
skipOverflowHiddenElements: overrides.skipOverflowHiddenElements,
137
- behavior: actions =>
+ behavior: (actions) =>
138
Promise.all(
139
actions.reduce(
140
(results: Promise<SmoothScrollAction>[], { el, left, top }) => {
0 commit comments