Skip to content

Commit bd28d49

Browse files
committed
Cleanup
1 parent 759af46 commit bd28d49

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

packages/component/src/ScrollToBottom/Context.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,8 @@ import React from 'react';
22

33
export default React.createContext({
44
bottom: true,
5-
scrollToBottom: () => 0
5+
handleUpdate: () => 0,
6+
scrollToBottom: () => 0,
7+
scrollTop: null,
8+
target: null
69
});

0 commit comments

Comments
 (0)