Skip to content

Commit

Permalink
Merge pull request #1885 from botpress/fix/webchat-scroll-bottom
Browse files Browse the repository at this point in the history
fix(webchat): scroll to the very bottom of the chat on open
  • Loading branch information
rndlaine committed Jun 13, 2019
2 parents be497cc + d5b3045 commit 44857fd
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -31,7 +31,7 @@ class MessageList extends Component {
} catch (err) {
// Discard the error
}
}, 0)
}, 50)
}

handleKeyDown = e => {
Expand Down

0 comments on commit 44857fd

Please sign in to comment.