Skip to content

Commit a607be9

Browse files
committed
feat: update mock to not to handle scrollTo
1 parent eb3b0f2 commit a607be9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/mock.tsx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ class List<T> extends OriginList<T> {
88
// Do nothing since this is a mock!
99
}
1010

11+
scrollTo = () => {
12+
// Do nothing sine this is a mock!
13+
};
14+
1115
render() {
1216
const {
1317
prefixCls,

0 commit comments

Comments
 (0)