chore: fix lint issues
This commit is contained in:
+1
-1
@@ -29,7 +29,7 @@ export function scrollTopTo(
|
||||
scroller: HTMLElement,
|
||||
to: number,
|
||||
duration: number,
|
||||
callback: Function
|
||||
callback: () => void
|
||||
) {
|
||||
let current = getScrollTop(scroller);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user