Skip to content

Commit

Permalink
Merge branch 'next'
Browse files Browse the repository at this point in the history
  • Loading branch information
abdurrahmanekr committed Dec 8, 2017
2 parents 2e1dd30 + ae0e6b3 commit 881ad74
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-chat-elements",
"version": "0.8.0",
"version": "0.8.1",
"description": "Reactjs chat components",
"author": "Avare Kodcu <[email protected]>",
"main": "dist/main.js",
Expand Down
4 changes: 4 additions & 0 deletions src/MessageList/MessageList.js
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,10 @@ export class MessageList extends Component {
})
}
}

if (this.props.onScroll instanceof Function) {
this.props.onScroll(e);
}
}

toBottom(e) {
Expand Down

0 comments on commit 881ad74

Please sign in to comment.