We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2e1dd30 + ae0e6b3 commit 881ad74Copy full SHA for 881ad74
2 files changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-chat-elements",
3
- "version": "0.8.0",
+ "version": "0.8.1",
4
"description": "Reactjs chat components",
5
"author": "Avare Kodcu <abdurrahmaneker58@gmail.com>",
6
"main": "dist/main.js",
src/MessageList/MessageList.js
@@ -95,6 +95,10 @@ export class MessageList extends Component {
95
})
96
}
97
98
+
99
+ if (this.props.onScroll instanceof Function) {
100
+ this.props.onScroll(e);
101
+ }
102
103
104
toBottom(e) {
0 commit comments